Skip to content

Commit 5cfa668

Browse files
authored
Prepare release v0.1.12 (#103)
1 parent 31e5b2f commit 5cfa668

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+6
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.12] - 2019-08-18
8+
### Changed
9+
- Update wasi dependency from v0.5 to v0.7. [#100]
10+
11+
[#100]: https://github.com/rust-random/getrandom/pull/100
12+
713
## [0.1.11] - 2019-08-25
814
### Fixed
915
- Implement `std`-dependent traits for selected targets even if `std`

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "getrandom"
3-
version = "0.1.11"
3+
version = "0.1.12"
44
edition = "2018"
55
authors = ["The Rand Project Developers"]
66
license = "MIT OR Apache-2.0"
@@ -37,7 +37,7 @@ stdweb = { version = "0.4.18", optional = true }
3737

3838
[features]
3939
std = []
40-
# enables dummy implementation for unsupported targets
40+
# Enables dummy implementation for unsupported targets
4141
dummy = []
4242
# Unstable feature to support being a libstd dependency
4343
rustc-dep-of-std = ["compiler_builtins", "core"]

0 commit comments

Comments
 (0)