We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 695a805 commit 40dc3d5Copy full SHA for 40dc3d5
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "volatile"
3
-version = "0.3.0"
+version = "0.4.0"
4
authors = ["Philipp Oppermann <[email protected]>"]
5
license = "MIT OR Apache-2.0"
6
keywords = ["volatile"]
Changelog.md
@@ -1,5 +1,7 @@
# Unreleased
+# 0.4.0 – 2020-09-21
+
- Rewrite crate to operate on reference values ([#13](https://github.com/rust-osdev/volatile/pull/13))
7
# 0.3.0 – 2020-07-29
0 commit comments