Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-opp committed Apr 26, 2024
1 parent 2edcb51 commit 6f969d7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "volatile"
version = "0.5.3"
version = "0.5.4"
authors = ["Philipp Oppermann <[email protected]>"]
license = "MIT OR Apache-2.0"
keywords = ["volatile"]
Expand All @@ -11,7 +11,7 @@ repository = "https://github.com/rust-osdev/volatile"
edition = "2021"

[dependencies]
volatile-macro = { version = "=0.5.3", optional = true, path = "volatile-macro" }
volatile-macro = { version = "=0.5.4", optional = true, path = "volatile-macro" }

[features]
derive = ["dep:volatile-macro"]
Expand Down
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# 0.5.4 – 2024-04-26

* fix(access): properly seal access traits by @mkroening in https://github.com/rust-osdev/volatile/pull/59
* fix(macro): support `#[repr(align(N))]` in `#[derive(VolatileFieldAccess)]` macro by @mkroening in https://github.com/rust-osdev/volatile/pull/57
* Fix warnings by @mkroening in https://github.com/rust-osdev/volatile/pull/56
Expand Down
2 changes: 1 addition & 1 deletion volatile-macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "volatile-macro"
version = "0.5.3"
version = "0.5.4"
authors = ["Martin Kröning <[email protected]>"]
edition = "2021"
description = "Procedural macros for the volatile crate."
Expand Down

0 comments on commit 6f969d7

Please sign in to comment.