Skip to content

Commit 208b318

Browse files
authored
Prepare release v0.1.11 (#97)
1 parent 4db1b14 commit 208b318

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,14 @@ 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.10] - 2019-08-18
7+
## [0.1.11] - 2019-08-25
8+
### Fixed
9+
- Implement `std`-dependent traits for selected targets even if `std`
10+
feature is disabled. (backward compatibility with v0.1.8) [#96]
11+
12+
[#96]: https://github.com/rust-random/getrandom/pull/96
13+
14+
## [0.1.10] - 2019-08-18 [YANKED]
815
### Changed
916
- Use the dummy implementation on `wasm32-unknown-unknown` even with the
1017
disabled `dummy` feature. [#90]
@@ -15,7 +22,7 @@ disabled `dummy` feature. [#90]
1522
[#90]: https://github.com/rust-random/getrandom/pull/90
1623
[#92]: https://github.com/rust-random/getrandom/pull/92
1724

18-
## [0.1.9] - 2019-08-14
25+
## [0.1.9] - 2019-08-14 [YANKED]
1926
### Changed
2027
- Remove `std` dependency for opening and reading files. [#58]
2128
- Use `wasi` isntead of `libc` on WASI target. [#64]

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "getrandom"
3-
version = "0.1.10"
3+
version = "0.1.11"
44
edition = "2018"
55
authors = ["The Rand Project Developers"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)