diff --git a/CHANGELOG.md b/CHANGELOG.md index 629a874..3f34e8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,15 +2,19 @@ All notable changes to this project will be documented in this file. -## [0.9.0] - 2025-01-13 +## [0.9.1] - 2025-02-06 ### Miscellaneous Tasks - Simplify control flow in prefix comparison (#75) +### Perf + +- Simpler way to set version (#84) + ### Release -- 0.9.0 +- 0.9.0 (#80) ### Remove diff --git a/Cargo.lock b/Cargo.lock index c0d70da..bf3bab3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -597,7 +597,7 @@ checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c" [[package]] name = "vart" -version = "0.9.0" +version = "0.9.1" dependencies = [ "criterion", "divan", diff --git a/Cargo.toml b/Cargo.toml index 18b5edd..2192d49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "vart" publish = true -version = "0.9.0" +version = "0.9.1" edition = "2021" license = "Apache-2.0" readme = "README.md"