chore: bump version and changelog

This commit is contained in:
Caleb Cartwright 2021-04-02 23:41:27 -05:00 committed by Caleb Cartwright
parent 01cdc15f13
commit 0bd2b1927c
3 changed files with 18 additions and 2 deletions

View File

@ -2,6 +2,22 @@
## [Unreleased]
## [1.4.37] 2021-04-03
### Changed
- `rustc-ap-*` crates updated to v712.0.0
### Fixed
- 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))
- Addressed various clippy and rustc warnings
### Install/Download Options
- **crates.io package** - *pending*
- **rustup (nightly)** - *pending*
- **GitHub Release Binaries** - [Release v1.4.37](https://github.com/rust-lang/rustfmt/releases/tag/v1.4.37)
- **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]
## [1.4.36] 2021-02-07
### Changed

2
Cargo.lock generated
View File

@ -1278,7 +1278,7 @@ dependencies = [
[[package]]
name = "rustfmt-nightly"
version = "1.4.36"
version = "1.4.37"
dependencies = [
"annotate-snippets 0.6.1",
"anyhow",

View File

@ -1,7 +1,7 @@
[package]
name = "rustfmt-nightly"
version = "1.4.36"
version = "1.4.37"
authors = ["Nicholas Cameron <ncameron@mozilla.com>", "The Rustfmt developers"]
description = "Tool to find and fix Rust formatting issues"
repository = "https://github.com/rust-lang/rustfmt"