Skip to content

Commit f2571a3

Browse files
authored
Release 1.0.3 (#27)
* Release 1.0.3 * Update CHANGELOG.md
1 parent 2b91cfc commit f2571a3

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## [Unreleased]
44

5+
## [1.0.3] - 2024-08-30
6+
- Soft-deprecate this crate.
7+
58
## [1.0.2] - 2021-08-21
69
- Fix "trailing semicolon" warning for `let` statements with multiple patterns.
710

@@ -19,7 +22,8 @@
1922
## [0.1.2] - 2017-02-17
2023
- Support `no_std`.
2124

22-
[Unreleased]: https://github.com/lfairy/if_chain/compare/v1.0.2...HEAD
25+
[Unreleased]: https://github.com/lfairy/if_chain/compare/v1.0.3...HEAD
26+
[1.0.3]: https://github.com/lfairy/if_chain/compare/v1.0.2...v1.0.3
2327
[1.0.2]: https://github.com/lfairy/if_chain/compare/v1.0.1...v1.0.2
2428
[1.0.1]: https://github.com/lfairy/if_chain/compare/v1.0.0...v1.0.1
2529
[1.0.0]: https://github.com/lfairy/if_chain/compare/v0.1.3...v1.0.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

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

77
license = "MIT/Apache-2.0"

0 commit comments

Comments
 (0)