Skip to content

Commit

Permalink
Bump version to 0.6.2 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AzureMarker committed Aug 31, 2024
1 parent de34fe5 commit 1f5619d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.2] - 2024-08-31
### Fixed
- Switched from `anymap` to `anymap2` to fix a possible soundness bug.
See [RUSTSEC-2021-0065](https://rustsec.org/advisories/RUSTSEC-2021-0065.html)
(thanks [@wolpert](https://github.com/wolpert))

## [2024-05-19]
### shaku_rocket 0.7.0
#### Breaking Changes
Expand Down Expand Up @@ -257,6 +263,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[2021-06-13]: https://github.com/AzureMarker/shaku/commit/065433b2ddf7e4269fd1cfc356d8d37c5260246c
[2021-04-10]: https://github.com/AzureMarker/shaku/commit/5eee11ef073d179215265fb60f2d506e28716f96
[2021-02-09]: https://github.com/AzureMarker/shaku/commit/342673133b06ea2fa5414a2458fa066e338b828e
[0.6.2]: https://github.com/AzureMarker/shaku/releases/tag/v0.6.2
[0.6.1]: https://github.com/AzureMarker/shaku/releases/tag/v0.6.1
[0.6.0]: https://github.com/AzureMarker/shaku/releases/tag/v0.6.0
[0.5.0]: https://github.com/AzureMarker/shaku/releases/tag/v0.5.0
Expand Down
2 changes: 1 addition & 1 deletion shaku/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shaku"
version = "0.6.1"
version = "0.6.2"
authors = ["Mark Drobnak <[email protected]>"]
description = "Compile Time Dependency Injection for Rust"
repository = "https://github.com/AzureMarker/shaku"
Expand Down

0 comments on commit 1f5619d

Please sign in to comment.