We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eb55f1 commit 33a6157Copy full SHA for 33a6157
CHANGELOG.md
@@ -5,6 +5,10 @@ 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.3] - 2019-05-15
9
+- Update for `wasm32-unknown-wasi` being renamed to `wasm32-wasi`, and for
10
+ WASI being categorized as an OS.
11
+
12
## [0.1.2] - 2019-04-06
13
- Add support for `wasm32-unknown-wasi` target.
14
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "getrandom"
3
-version = "0.1.2"
+version = "0.1.3"
4
edition = "2018"
authors = ["The Rand Project Developers"]
license = "MIT OR Apache-2.0"
0 commit comments