Skip to content

Commit 83e5e8f

Browse files
committed
Make headings stable
1 parent 2d4fc58 commit 83e5e8f

File tree

1 file changed

+20
-7
lines changed

1 file changed

+20
-7
lines changed

CHANGELOG.md

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ All notable changes to this project will be documented in this file.
77
[01ab9fe6...master](https://github.com/rust-lang/rust-clippy/compare/01ab9fe6...master)
88

99

10-
## Rust 1.36 (beta)
10+
## Rust 1.36
11+
12+
Current beta
1113

1214
[eb9f9b1...71be6f62](https://github.com/rust-lang/rust-clippy/compare/eb9f9b1...71be6f62)
1315

@@ -36,7 +38,9 @@ All notable changes to this project will be documented in this file.
3638
* Fix ICE in [`decimal_literal_representation`] [#3931](https://github.com/rust-lang/rust-clippy/pull/3931)
3739

3840

39-
## Rust 1.35 (2019-05-20)
41+
## Rust 1.35
42+
43+
Current stable, released 2019-05-20
4044

4145
[1fac380..37f5c1e](https://github.com/rust-lang/rust-clippy/compare/1fac380...37f5c1e)
4246

@@ -62,7 +66,9 @@ All notable changes to this project will be documented in this file.
6266
* Avoid triggering [`redundant_closure`] in macros
6367
* ICE fixes: [#3805](https://github.com/rust-lang/rust-clippy/pull/3805), [#3772](https://github.com/rust-lang/rust-clippy/pull/3772), [#3741](https://github.com/rust-lang/rust-clippy/pull/3741)
6468

65-
## Rust 1.34 (2019-04-10)
69+
## Rust 1.34
70+
71+
Released 2019-04-10
6672

6773
[1b89724...1fac380](https://github.com/rust-lang/rust-clippy/compare/1b89724...1fac380)
6874

@@ -90,7 +96,9 @@ All notable changes to this project will be documented in this file.
9096
[#3665][pull3665] for more details.
9197
* We now have [improved documentation][adding_lints] on how to add new lints
9298

93-
## Rust 1.33 (2019-02-26)
99+
## Rust 1.33
100+
101+
Released 2019-02-26
94102

95103
[b2601be...1b89724](https://github.com/rust-lang/rust-clippy/compare/b2601be...1b89724)
96104

@@ -149,7 +157,8 @@ All notable changes to this project will be documented in this file.
149157
* Improve suggestion for `needless_range_loop`
150158
* Move `needless_pass_by_value` from `pedantic` group to `style`
151159

152-
## Rust 1.31 (2018-12-06)
160+
## Rust 1.31
161+
Released 2018-12-06
153162

154163
[125907ad..2e26fdc2](https://github.com/rust-lang/rust-clippy/compare/125907ad..2e26fdc2)
155164

@@ -187,7 +196,9 @@ All notable changes to this project will be documented in this file.
187196
* Improve suggestions for `manual_memcpy`
188197
* Improve help message for `needless_lifetimes`
189198

190-
## Rust 1.30 (2018-10-25)
199+
## Rust 1.30
200+
201+
Released 2018-10-25
191202

192203
[14207503...125907ad](https://github.com/rust-lang/rust-clippy/compare/14207503...125907ad)
193204

@@ -216,7 +227,9 @@ All notable changes to this project will be documented in this file.
216227
* Move `shadow_unrelated` from `restriction` group to `pedantic`
217228
* Move `indexing_slicing` from `pedantic` group to `restriction`
218229

219-
## Rust 1.29 (2018-09-13)
230+
## Rust 1.29
231+
232+
Released 2018-09-13
220233

221234
[v0.0.212...14207503](https://github.com/rust-lang/rust-clippy/compare/v0.0.212...14207503)
222235

0 commit comments

Comments
 (0)