diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c49b7a..3badf66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Fixed ### Security +## [0.2.0] - 2024-05-30 +### Added + - Support for using uX values in match statements + ## [0.1.6] - 2024-04-03 ### Added - Support conversions for u1 diff --git a/Cargo.toml b/Cargo.toml index c4a0bac..874774f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ux" -version = "0.1.6" +version = "0.2.0" authors = ["Kjetil Kjeka "] edition = "2021"