diff --git a/Cargo.toml b/Cargo.toml index 302079c..c9e2255 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "volatile" -version = "0.5.1" +version = "0.5.2" authors = ["Philipp Oppermann "] license = "MIT OR Apache-2.0" keywords = ["volatile"] diff --git a/Changelog.md b/Changelog.md index 6ba9fe6..457bc2c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,7 @@ # Unreleased +# 0.5.2 – 2024-03-22 + - Add implementations for `fmt::Pointer`, `PartialEq`, `Eq`, `PartialOrd`, `Ord` and `Hash`. - Update `very_unstable` feature to latest nightly - Remove `Sized` requirement for `Send` and `Sync` impls on `VolatileRef`