Skip to content

Commit e02e946

Browse files
committed
release v0.1.6
1 parent cbc44ee commit e02e946

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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.1.6] - 2019-06-30
8+
### Changed
9+
- Minor change of RDRAND AMD bug handling. [#48]
10+
11+
[#43]: https://github.com/rust-random/getrandom/pull/43
12+
713
## [0.1.5] - 2019-06-29
814
### Fixed
915
- Use shared `File` instead of shared file descriptor. [#44]

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "getrandom"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
edition = "2018"
55
authors = ["The Rand Project Developers"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)