Skip to content

Commit d91c063

Browse files
committed
Release version 0.4.2
1 parent 799b6fa commit d91c063

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "volatile"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
authors = ["Philipp Oppermann <dev@phil-opp.com>"]
55
license = "MIT OR Apache-2.0"
66
keywords = ["volatile"]

Changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Unreleased
22

3+
# 0.4.2 – 2020-10-31
4+
35
- Change `slice::check_range` to `RangeBounds::assert_len` ([#16](https://github.com/rust-osdev/volatile/pull/16))
46
- Fixes build on latest nightly.
57

0 commit comments

Comments
 (0)