Skip to content

Commit 0f29ff6

Browse files
meta: release v1.4.25
1 parent a613c57 commit 0f29ff6

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

Diff for: CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
## [Unreleased]
44

5+
## [1.4.25] 2020-11-10
6+
7+
### Changed
8+
9+
- Semicolons are no longer automatically inserted on trailing expressions in macro definition arms ([#4507](https://github.com/rust-lang/rustfmt/pull/4507)). This gives the programmer control and discretion over whether there should be semicolons in these scenarios so that potential expansion issues can be avoided.
10+
11+
### Install/Download Options
12+
- **crates.io package** - *pending*
13+
- **rustup (nightly)** - *pending*
14+
- **GitHub Release Binaries** - [Release v1.4.25](https://github.com/rust-lang/rustfmt/releases/tag/v1.4.25)
15+
- **Build from source** - [Tag v1.4.25](https://github.com/rust-lang/rustfmt/tree/v1.4.25), see instructions for how to [install rustfmt from source][install-from-source]
16+
517
## [1.4.24] 2020-11-05
618

719
### Changed
@@ -11,6 +23,12 @@
1123
### Fixed
1224
- Remove useless `deprecated` attribute on a trait impl block in the rustfmt lib, as these now trigger errors ([rust-lang/rust/#78626](https://github.com/rust-lang/rust/pull/78626))
1325

26+
### Install/Download Options
27+
- **crates.io package** - *pending*
28+
- **rustup (nightly)** - Starting in `2020-11-09`
29+
- **GitHub Release Binaries** - [Release v1.4.24](https://github.com/rust-lang/rustfmt/releases/tag/v1.4.24)
30+
- **Build from source** - [Tag v1.4.24](https://github.com/rust-lang/rustfmt/tree/v1.4.24), see instructions for how to [install rustfmt from source][install-from-source]
31+
1432
## [1.4.23] 2020-10-30
1533

1634
### Changed
@@ -28,6 +46,13 @@
2846
- Preserve comments in empty statements [#4018](https://github.com/rust-lang/rustfmt/issues/4018))
2947
- Indentation on skipped code [#4398](https://github.com/rust-lang/rustfmt/issues/4398))
3048

49+
### Install/Download Options
50+
- **crates.io package** - *pending*
51+
- **rustup (nightly)** - n/a (superseded by [v1.4.24](#1424-2020-11-05))
52+
- **GitHub Release Binaries** - [Release v1.4.23](https://github.com/rust-lang/rustfmt/releases/tag/v1.4.23)
53+
- **Build from source** - [Tag v1.4.23](https://github.com/rust-lang/rustfmt/tree/v1.4.23), see instructions for how to [install rustfmt from source][install-from-source]
54+
55+
3156

3257
## [1.4.22] 2020-10-04
3358

@@ -919,3 +944,6 @@ from formatting an attribute #3665
919944
- Handle tabs properly inside macro with braces (#1918).
920945
- Fix a typo in `compute_budgets_for_args()` (#1924).
921946
- Recover comment between keyword (`impl` and `trait`) and `{` which used to get removed (#1925).
947+
948+
949+
[install-from-source]: https://github.com/rust-lang/rustfmt#installing-from-source

Diff for: Cargo.lock

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

Diff for: 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.4.24"
4+
version = "1.4.25"
55
authors = ["Nicholas Cameron <[email protected]>", "The Rustfmt developers"]
66
description = "Tool to find and fix Rust formatting issues"
77
repository = "https://github.com/rust-lang/rustfmt"

0 commit comments

Comments
 (0)