Bump the cargo version and add a CHANGELOG.md entry.

This commit is contained in:
Dan Gohman 2019-05-15 12:41:04 -07:00
parent 6eb55f15d0
commit 33a61573fb
2 changed files with 5 additions and 1 deletions

View File

@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.1.3] - 2019-05-15
- Update for `wasm32-unknown-wasi` being renamed to `wasm32-wasi`, and for
WASI being categorized as an OS.
## [0.1.2] - 2019-04-06
- Add support for `wasm32-unknown-wasi` target.

View File

@ -1,6 +1,6 @@
[package]
name = "getrandom"
version = "0.1.2"
version = "0.1.3"
edition = "2018"
authors = ["The Rand Project Developers"]
license = "MIT OR Apache-2.0"