From 21cbb0034c6f337d326f379a73fa04a6a81436c1 Mon Sep 17 00:00:00 2001 From: arriqaaq Date: Fri, 7 Feb 2025 03:29:57 +0530 Subject: [PATCH 1/2] update vart 0.9.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" From 6192a9f9f895e05f13696cefbded2844122dd4de Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 22:02:14 +0000 Subject: [PATCH 2/2] chore(release): update changelog for 0.9.1 --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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