Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nvzqz committed May 9, 2023
1 parent 339b729 commit 4ce88ad
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!`].
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4ce88ad

Please sign in to comment.