Skip to content

Commit ef4974e

Browse files
committed
Add dates to RELEASES.md
1 parent ff24bd8 commit ef4974e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

RELEASES.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
# Release 0.2.2
1+
# Release 0.2.2 (2018-05-22)
22

33
- [Updated dependencies][14].
44

55
[14]: https://github.com/rust-num/num-derive/pull/14
66

7-
# Release 0.2.1
7+
# Release 0.2.1 (2018-05-09)
88

99
- [Updated dependencies][12] -- thanks @spearman!
1010

1111
[12]: https://github.com/rust-num/num-derive/pull/12
1212

13-
# Release 0.2.0
13+
# Release 0.2.0 (2018-02-21)
1414

1515
- [Discriminant matching is now simplified][10], casting values directly by
1616
name, rather than trying to compute offsets from known values manually.
@@ -22,23 +22,23 @@
2222
[11]: https://github.com/rust-num/num-derive/pull/11
2323

2424

25-
# Release 0.1.44
25+
# Release 0.1.44 (2018-01-26)
2626

2727
- [The derived code now explicitly allows `unused_qualifications`][9], so users
2828
that globally deny that lint don't encounter an error.
2929

3030
[9]: https://github.com/rust-num/num-derive/pull/9
3131

3232

33-
# Release 0.1.43
33+
# Release 0.1.43 (2018-01-23)
3434

3535
- [The derived code now explicitly allows `trivial_numeric_casts`][7], so users
3636
that globally deny that lint don't encounter an error.
3737

3838
[7]: https://github.com/rust-num/num-derive/pull/7
3939

4040

41-
# Release 0.1.42
41+
# Release 0.1.42 (2018-01-22)
4242

4343
- [num-derive now has its own source repository][num-356] at [rust-num/num-derive][home].
4444
- [The derivation macros have been updated][3] to using `syn` 0.12. Support for complex

0 commit comments

Comments
 (0)