Skip to content

Commit 487e3f0

Browse files
authored
Merge pull request #748 from dhardy/master
Prepare rand_os 0.1.3 release
2 parents 8731e31 + bce70e3 commit 487e3f0

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
target
22
Cargo.lock
3+
rand_wasm_bindgen_test*.[tj]s
4+
rand_wasm_bindgen_test*.wasm

rand_os/CHANGELOG.md

+5
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

+1-1
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)