release v0.1.6
This commit is contained in:
parent
cbc44ee350
commit
e02e9466f9
@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
|
||||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [0.1.6] - 2019-06-30
|
||||
### Changed
|
||||
- Minor change of RDRAND AMD bug handling. [#48]
|
||||
|
||||
[#43]: https://github.com/rust-random/getrandom/pull/43
|
||||
|
||||
## [0.1.5] - 2019-06-29
|
||||
### Fixed
|
||||
- Use shared `File` instead of shared file descriptor. [#44]
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "getrandom"
|
||||
version = "0.1.5"
|
||||
version = "0.1.6"
|
||||
edition = "2018"
|
||||
authors = ["The Rand Project Developers"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user