We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab9bf27 commit bce70e3Copy full SHA for bce70e3
rand_os/CHANGELOG.md
@@ -5,6 +5,11 @@ 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-03-05
9
+### Changes
10
+- Fix support for Illumos (#730)
11
+- Fix deprecation warnings from atomic init (#739)
12
+
13
## [0.1.2] - 2019-01-28
14
### Changes
15
- Fuchsia: Replaced fuchsia-zircon with fuchsia-cprng
rand_os/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "rand_os"
3
-version = "0.1.2"
+version = "0.1.3"
4
authors = ["The Rand Project Developers"]
license = "MIT/Apache-2.0"
readme = "README.md"
0 commit comments