We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8731e31 + bce70e3 commit 487e3f0Copy full SHA for 487e3f0
.gitignore
@@ -1,2 +1,4 @@
1
target
2
Cargo.lock
3
+rand_wasm_bindgen_test*.[tj]s
4
+rand_wasm_bindgen_test*.wasm
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 @@
[package]
name = "rand_os"
-version = "0.1.2"
+version = "0.1.3"
authors = ["The Rand Project Developers"]
license = "MIT/Apache-2.0"
readme = "README.md"
0 commit comments