From 4ce88ade6d63abd79c227786588bc4b7f6ec6ddf Mon Sep 17 00:00:00 2001 From: Nikolai Vazquez Date: Tue, 9 May 2023 11:19:36 -0400 Subject: [PATCH] Release v1.2.0 --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54ef8a6..764c3f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ The format is based on [Keep a Changelog] and this project adheres to ## [Unreleased] +## [1.2.0] - 2023-05-09 + ### Added - `if let` pattern matching in [`condval!`]. @@ -30,7 +32,8 @@ The format is based on [Keep a Changelog] and this project adheres to [Keep a Changelog]: http://keepachangelog.com/en/1.0.0/ [Semantic Versioning]: http://semver.org/spec/v2.0.0.html -[Unreleased]: https://github.com/nvzqz/condtype/compare/v1.1.0...HEAD +[Unreleased]: https://github.com/nvzqz/condtype/compare/v1.2.0...HEAD +[1.2.0]: https://github.com/nvzqz/condtype/compare/v1.1.0...v1.2.0 [1.1.0]: https://github.com/nvzqz/condtype/compare/v1.0.0...v1.1.0 [CondType]: https://docs.rs/condtype/latest/condtype/type.CondType.html diff --git a/Cargo.toml b/Cargo.toml index 8062312..f53e050 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "condtype" -version = "1.1.0" +version = "1.2.0" edition = "2021" authors = ["Nikolai Vazquez"] license = "MIT OR Apache-2.0" diff --git a/README.md b/README.md index cb7672e..131295e 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ or by manually adding the following to your project's [`Cargo.toml`](https://doc ```toml [dependencies] -condtype = "1.1.0" +condtype = "1.2.0" ``` ## License