Skip to content

Commit dffc125

Browse files
authored
Update crate version to 0.1.2
Update crate version to 0.1.2
2 parents 3d2682e + 0b52d8e commit dffc125

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ 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

77

8+
## [0.1.2] - 2019-04-06
9+
- Add support for `wasm32-unknown-wasi` target.
10+
811
## [0.1.1] - 2019-04-05
912
- Enable std functionality for CloudABI by default.
1013

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "getrandom"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2018"
55
authors = ["The Rand Project Developers"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)