From 8ff6365343ad2149e0a9a6a97017c78eca519ae4 Mon Sep 17 00:00:00 2001 From: Chris Wong Date: Sat, 30 Aug 2025 01:11:44 +1000 Subject: [PATCH 1/2] Release 1.0.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" From e2e7fd1b5d0368dce9c4308add8437a83fe35688 Mon Sep 17 00:00:00 2001 From: Chris Wong Date: Sat, 30 Aug 2025 01:13:03 +1000 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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