We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbc44ee commit e02e946Copy full SHA for e02e946
CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
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
13
## [0.1.5] - 2019-06-29
14
### Fixed
15
- Use shared `File` instead of shared file descriptor. [#44]
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "getrandom"
3
-version = "0.1.5"
+version = "0.1.6"
edition = "2018"
authors = ["The Rand Project Developers"]
license = "MIT OR Apache-2.0"
0 commit comments