Skip to content

Commit 2252916

Browse files
committed
Release version 0.5.2
1 parent 32a012c commit 2252916

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "volatile"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
authors = ["Philipp Oppermann <[email protected]>"]
55
license = "MIT OR Apache-2.0"
66
keywords = ["volatile"]

Changelog.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Unreleased
22

3+
# 0.5.2 – 2024-03-22
4+
35
- Add implementations for `fmt::Pointer`, `PartialEq`, `Eq`, `PartialOrd`, `Ord` and `Hash`.
46
- Update `very_unstable` feature to latest nightly
57
- Remove `Sized` requirement for `Send` and `Sync` impls on `VolatileRef`

0 commit comments

Comments
 (0)