File tree 2 files changed +7
-2
lines changed
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
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 1.0.1] - 2020-09-29
10
+ ### Fixed
11
+ - Update GitHub links from lfairy → lambda-fairy.
12
+
9
13
## [ 1.0.0] - 2019-05-22
10
14
### Changed
11
15
- 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
22
26
### Added
23
27
- Support ` no_std ` .
24
28
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
26
31
[ 1.0.0 ] : https://github.com/lfairy/if_chain/compare/v0.1.3...v1.0.0
27
32
[ 0.1.3 ] : https://github.com/lfairy/if_chain/compare/v0.1.2...v0.1.3
28
33
[ 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 1
1
[package ]
2
2
3
3
name = " if_chain"
4
- version = " 1.0.0 "
4
+ version = " 1.0.1 "
5
5
authors = [" Chris Wong <lambda.fairy@gmail.com>" ]
6
6
7
7
license = " MIT/Apache-2.0"
You can’t perform that action at this time.
0 commit comments