Skip to content
Snippets Groups Projects
Unverified Commit 208b318a authored by Artyom Pavlov's avatar Artyom Pavlov Committed by GitHub
Browse files

Prepare release v0.1.11 (#97)

parent 4db1b140
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,14 @@ 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.10] - 2019-08-18
## [0.1.11] - 2019-08-25
### Fixed
- Implement `std`-dependent traits for selected targets even if `std`
feature is disabled. (backward compatibility with v0.1.8) [#96]
[#96]: https://github.com/rust-random/getrandom/pull/96
## [0.1.10] - 2019-08-18 [YANKED]
### Changed
- Use the dummy implementation on `wasm32-unknown-unknown` even with the
disabled `dummy` feature. [#90]
......@@ -15,7 +22,7 @@ disabled `dummy` feature. [#90]
[#90]: https://github.com/rust-random/getrandom/pull/90
[#92]: https://github.com/rust-random/getrandom/pull/92
## [0.1.9] - 2019-08-14
## [0.1.9] - 2019-08-14 [YANKED]
### Changed
- Remove `std` dependency for opening and reading files. [#58]
- Use `wasi` isntead of `libc` on WASI target. [#64]
......
[package]
name = "getrandom"
version = "0.1.10"
version = "0.1.11"
edition = "2018"
authors = ["The Rand Project Developers"]
license = "MIT OR Apache-2.0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment