Skip to content

Commit b1eea36

Browse files
committed
Prepare rand_core 0.4.1 release
1 parent 56c171f commit b1eea36

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

rand_core/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.4.1] - 2019-07-29
8+
Back-port non-API changes from version 0.5.0:
9+
- Enable testing with Miri and fix incorrect pointer usages (#779, #780, #781, #783, #784)
710
- Adjust usage of `#[inline]` for `BlockRng` and `BlockRng64`
11+
812
## [0.4.0] - 2019-01-24
913
- Disable the `std` feature by default (#702)
1014

rand_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rand_core"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
authors = ["The Rand Project Developers", "The Rust Project Developers"]
55
license = "MIT/Apache-2.0"
66
readme = "README.md"

0 commit comments

Comments
 (0)