Skip to content

Commit 5292bc5

Browse files
chore: bump version and changelog
1 parent 6c1776b commit 5292bc5

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

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

33
## [Unreleased]
44

5+
## [1.4.37] 2021-04-03
6+
7+
### Changed
8+
9+
- `rustc-ap-*` crates updated to v712.0.0
10+
11+
### Fixed
12+
- Resolve idempotence issue related to indentation of macro defs that contain or-patterns with inner comments ([#4603](https://github.com/rust-lang/rustfmt/issues/4603))
13+
- Addressed various clippy and rustc warnings
14+
15+
### Install/Download Options
16+
- **crates.io package** - *pending*
17+
- **rustup (nightly)** - *pending*
18+
- **GitHub Release Binaries** - [Release v1.4.37](https://github.com/rust-lang/rustfmt/releases/tag/v1.4.37)
19+
- **Build from source** - [Tag v1.4.37](https://github.com/rust-lang/rustfmt/tree/v1.4.37), see instructions for how to [install rustfmt from source][install-from-source]
20+
521
## [1.4.36] 2021-02-07
622

723
### Changed

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.4.36"
4+
version = "1.4.37"
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)