Skip to content

Commit

Permalink
Bump version to '0.9.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
regexident committed Nov 2, 2024
1 parent bfed368 commit 7df89ad
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
20 changes: 17 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7df89ad

Please sign in to comment.