diff --git a/CHANGELOG.md b/CHANGELOG.md index 45ee3c7..d65659a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## [Unreleased] +## [1.0.3] - 2024-08-30 +- Soft-deprecate this crate. + ## [1.0.2] - 2021-08-21 - Fix "trailing semicolon" warning for `let` statements with multiple patterns. @@ -19,7 +22,8 @@ ## [0.1.2] - 2017-02-17 - Support `no_std`. -[Unreleased]: https://github.com/lfairy/if_chain/compare/v1.0.2...HEAD +[Unreleased]: https://github.com/lfairy/if_chain/compare/v1.0.3...HEAD +[1.0.3]: https://github.com/lfairy/if_chain/compare/v1.0.2...v1.0.3 [1.0.2]: https://github.com/lfairy/if_chain/compare/v1.0.1...v1.0.2 [1.0.1]: https://github.com/lfairy/if_chain/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/lfairy/if_chain/compare/v0.1.3...v1.0.0 diff --git a/Cargo.toml b/Cargo.toml index ab56d9e..c94575c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "if_chain" -version = "1.0.2" +version = "1.0.3" authors = ["Chris Wong "] license = "MIT/Apache-2.0"