Skip to content

Commit 33a6157

Browse files
committed
Bump the cargo version and add a CHANGELOG.md entry.
1 parent 6eb55f1 commit 33a6157

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ 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.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+
812
## [0.1.2] - 2019-04-06
913
- Add support for `wasm32-unknown-wasi` target.
1014

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.2"
3+
version = "0.1.3"
44
edition = "2018"
55
authors = ["The Rand Project Developers"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)