Skip to content

Commit 39e3f4a

Browse files
committed
Bump rand_os version number
I missed that rand got refactored, and the fuchsia update in rust-random#706 should have triggered a release for rand_os, not rand.
1 parent a8dc9ad commit 39e3f4a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

rand_os/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.2] - 2019-01-28
9+
### Changes
10+
- Fuchsia: Replaced fuchsia-zircon with fuchsia-cprng
11+
812
## [0.1.1] - 2019-01-08
913
### Additions
1014
- Add support for x86_64-fortanix-unknown-sgx target (#670)

rand_os/Cargo.toml

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

0 commit comments

Comments
 (0)