Skip to content

Commit 1d07496

Browse files
committed
Fix changelogs and bump rand_os version number
1 parent 5142481 commit 1d07496

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ You may also find the [Upgrade Guide](https://rust-random.github.io/book/update.
1010

1111

1212
## [0.6.4] - 2019-01-08
13-
### Additions
14-
- Add support for x86_64-fortanix-unknown-sgx target (#670)
15-
1613
### Fixes
1714
- Move wasm-bindgen shims to correct crate (#686)
1815
- Make `wasm32-unknown-unknown` compile but fail at run-time if missing bindingsg (#686)

rand_os/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,10 @@ All notable changes to this project will be documented in this file.
44
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

7+
8+
## [0.1.1] - 2019-01-08
9+
### Additions
10+
- Add support for x86_64-fortanix-unknown-sgx target (#670)
11+
712
## [0.1.0] - 2019-01-04
813
Initial release.

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

0 commit comments

Comments
 (0)