File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 1.0.1] - 2020-09-29
10+ ### Fixed
11+ - Update GitHub links from lfairy → lambda-fairy.
12+
913## [ 1.0.0] - 2019-05-22
1014### Changed
1115- Update minimum Rust version to 1.12.0.
@@ -22,7 +26,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2226### Added
2327- Support ` no_std ` .
2428
25- [ Unreleased ] : https://github.com/lfairy/if_chain/compare/v1.0.0...HEAD
29+ [ Unreleased ] : https://github.com/lfairy/if_chain/compare/v1.0.1...HEAD
30+ [ 1.0.1 ] : https://github.com/lfairy/if_chain/compare/v1.0.0...v1.0.1
2631[ 1.0.0 ] : https://github.com/lfairy/if_chain/compare/v0.1.3...v1.0.0
2732[ 0.1.3 ] : https://github.com/lfairy/if_chain/compare/v0.1.2...v0.1.3
2833[ 0.1.2 ] : https://github.com/lfairy/if_chain/compare/v0.1.1...v0.1.2
Original file line number Diff line number Diff line change 11[package ]
22
33name = " if_chain"
4- version = " 1.0.0 "
4+ version = " 1.0.1 "
55authors = [" Chris Wong <lambda.fairy@gmail.com>" ]
66
77license = " MIT/Apache-2.0"
You can’t perform that action at this time.
0 commit comments