Skip to content

Commit e0e3e22

Browse files
committed
0.3.6
1 parent 30ba763 commit e0e3e22

File tree

3 files changed

+18
-12
lines changed

3 files changed

+18
-12
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## [Unreleased]
44

5+
## [0.3.6] 2018-01-18
6+
7+
### Fixed
8+
9+
- Fix panicking on formatting certain macros (#2371).
10+
511
## [0.3.5] 2018-01-15
612

713
### Changed

Cargo.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "rustfmt-nightly"
4-
version = "0.3.5"
4+
version = "0.3.6"
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-nursery/rustfmt"

0 commit comments

Comments
 (0)