From 81fe905ca83cffe84322f27ca43950b617861ff7 Mon Sep 17 00:00:00 2001 From: Yacin Tmimi Date: Sun, 22 Oct 2023 20:09:43 -0400 Subject: [PATCH] chore: prep v1.7.0 release bumping from v1.6.0 -> v1.7.0 since we added support for let-chains --- CHANGELOG.md | 3 +++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c9a75daa99..ec4c682d2c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## [Unreleased] + +## [1.7.0] 2023-10-22 + ### Fixed - Sometimes when `format_code_in_doc_comments=true` was set some line comments were converted to block comments [#5533](https://github.com/rust-lang/rustfmt/issues/5533) diff --git a/Cargo.lock b/Cargo.lock index 69e291bf97e..8fcefa97489 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -521,7 +521,7 @@ dependencies = [ [[package]] name = "rustfmt-nightly" -version = "1.6.0" +version = "1.7.0" dependencies = [ "annotate-snippets", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 637001b610b..00e0ed37a84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rustfmt-nightly" -version = "1.6.0" +version = "1.7.0" description = "Tool to find and fix Rust formatting issues" repository = "https://github.com/rust-lang/rustfmt" readme = "README.md"