Skip to content

Commit dca1cf9

Browse files
chore: prep v1.6.0 release
1 parent 3045c03 commit dca1cf9

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## [Unreleased]
44

5+
6+
## [1.6.0] 2023-07-02
7+
8+
### Added
9+
10+
- Support for formatting let-else statements [#5690]
11+
- New config option, `single_line_let_else_max_width`, that allows users to configure the maximum length of single line `let-else` statements. `let-else` statements that otherwise meet the requirements to be formatted on a single line will have their divergent`else` block formatted over multiple lines if they exceed this length [#5684]
12+
13+
[#5690]: (https://github.com/rust-lang/rustfmt/pulls/5690)
14+
[#5684]: https://github.com/rust-lang/rustfmt/issues/5684
15+
516
## [1.5.3] 2023-06-20
617

718
### Fixed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "rustfmt-nightly"
4-
version = "1.5.3"
4+
version = "1.6.0"
55
description = "Tool to find and fix Rust formatting issues"
66
repository = "https://github.com/rust-lang/rustfmt"
77
readme = "README.md"

0 commit comments

Comments
 (0)