Skip to content

Commit bce70e3

Browse files
committed
rand_os: prepare 0.1.3 release
1 parent ab9bf27 commit bce70e3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

rand_os/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ 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-03-05
9+
### Changes
10+
- Fix support for Illumos (#730)
11+
- Fix deprecation warnings from atomic init (#739)
12+
813
## [0.1.2] - 2019-01-28
914
### Changes
1015
- Fuchsia: Replaced fuchsia-zircon with fuchsia-cprng

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

0 commit comments

Comments
 (0)