Skip to content

Commit

Permalink
chore: prepare 0.1.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gibbz00 committed Sep 27, 2024
1 parent 5a391af commit 340f4b7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.4] - 2024-09-27

### Fixed

- Suppress `RUSTSEC-2024-0370` `proc-macro-error` unmaintaned library advisory.

### Changed

- Update upstream dependencies.

## [0.1.3] - 2024-06-20

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "MPL-2.0"
exclude = ["/.github"]
edition = "2021"
readme = "README.md"
version = "0.1.3"
version = "0.1.4"

[workspace.dependencies]
aes-gcm = { version = "0.10", features = ["std"] }
Expand Down

0 comments on commit 340f4b7

Please sign in to comment.