From 8c0645011d7d4e890c59de52c1ab122a32c441bc Mon Sep 17 00:00:00 2001 From: bbaldino Date: Thu, 30 May 2024 09:53:22 -0700 Subject: [PATCH] update version to 0.2.0 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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"