Skip to content

Commit

Permalink
release(cache/in-memory): bump to 0.5.3
Browse files Browse the repository at this point in the history
Changes

`#![deny(unsafe_code)]` has been added, ensuring no unsafe code exists
in the crate ([#1042] - [@zeylahellyer]).

[#1042]: #1042

[@zeylahellyer]: https://github.com/zeylahellyer
  • Loading branch information
7596ff committed Jul 24, 2021
1 parent 524a1ff commit d3b2d2f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions cache/in-memory/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

Changelog for `twilight-cache-inmemory`.

## [0.5.3] - 2021-07-23

### Changes

`#![deny(unsafe_code)]` has been added, ensuring no unsafe code exists in the
crate ([#1042] - [@zeylahellyer]).

[#1042]: https://github.com/twilight-rs/twilight/pull/1042

## [0.5.2] - 2021-07-14

### Additions
Expand Down Expand Up @@ -373,6 +382,7 @@ Initial release.
[#528]: https://github.com/twilight-rs/twilight/pull/528
[#524]: https://github.com/twilight-rs/twilight/pull/524

[0.5.3]: https://github.com/twilight-rs/twilight/releases/tag/cache-in-memory-0.5.3
[0.5.2]: https://github.com/twilight-rs/twilight/releases/tag/cache-in-memory-0.5.2
[0.5.1]: https://github.com/twilight-rs/twilight/releases/tag/cache-in-memory-0.5.1
[0.5.0]: https://github.com/twilight-rs/twilight/releases/tag/cache-in-memory-0.5.0
Expand Down
2 changes: 1 addition & 1 deletion cache/in-memory/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ name = "twilight-cache-inmemory"
publish = false
repository = "https://github.com/twilight-rs/twilight"
readme = "README.md"
version = "0.5.2"
version = "0.5.3"

[dependencies]
bitflags = { default-features = false, version = "1" }
Expand Down

0 comments on commit d3b2d2f

Please # to comment.