We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3d2682e + 0b52d8e commit dffc125Copy full SHA for dffc125
CHANGELOG.md
@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
8
+## [0.1.2] - 2019-04-06
9
+- Add support for `wasm32-unknown-wasi` target.
10
+
11
## [0.1.1] - 2019-04-05
12
- Enable std functionality for CloudABI by default.
13
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "getrandom"
3
-version = "0.1.1"
+version = "0.1.2"
4
edition = "2018"
authors = ["The Rand Project Developers"]
license = "MIT OR Apache-2.0"
0 commit comments