From 7df89ad48ed2ff361530d70c71f767232a3eddea Mon Sep 17 00:00:00 2001 From: Vincent Esche Date: Sat, 2 Nov 2024 15:46:50 +0100 Subject: [PATCH] Bump version to '0.9.2' --- CHANGELOG.md | 20 +++++++++++++++++--- Cargo.toml | 2 +- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b42980..8703393 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,7 @@ Please make sure to add your changes to the appropriate categories: ### Added -- Re-introduced overriding of `CARGO_TARGET_DIR`, but using parent crate's `CARGO_TARGET_DIR`. +- n/a ### Changed @@ -36,11 +36,11 @@ Please make sure to add your changes to the appropriate categories: ### Fixed -- Fixed a bug (by no longer passing `--tests` to `cargo check`) that would sometimes cause errors of individual files to get wrongly reported all bundled together. +- n/a ### Performance -- Reversed the minor performance regression introduced in `0.9.1`. +- n/a ### Security @@ -50,6 +50,20 @@ Please make sure to add your changes to the appropriate categories: - n/a +## [0.9.2] - 2024-11-02 + +### Added + +- Re-introduced overriding of `CARGO_TARGET_DIR`, but using parent crate's `CARGO_TARGET_DIR`. + +### Fixed + +- Fixed a bug (by no longer passing `--tests` to `cargo check`) that would sometimes cause errors of individual files to get wrongly reported all bundled together. + +### Performance + +- Reversed the minor performance regression introduced in `0.9.1`. + ## [0.9.1] - 2024-11-01 ### Added diff --git a/Cargo.toml b/Cargo.toml index d9e3d2d..f2d2c6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ license = "MIT OR Apache-2.0" readme = "README.md" edition = "2021" rust-version = "1.74" -version = "0.9.1" +version = "0.9.2" [dependencies] base62 = "2.0.2"