Skip to content

Commit a0a5416

Browse files
committedSep 29, 2020
Release 1.0.1
1 parent d6e7ff1 commit a0a5416

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed
 

‎CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff 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

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "if_chain"
4-
version = "1.0.0"
4+
version = "1.0.1"
55
authors = ["Chris Wong <lambda.fairy@gmail.com>"]
66

77
license = "MIT/Apache-2.0"

0 commit comments

Comments
 (0)
Please sign in to comment.