From 1d07496d87c8df19807d9bd44ef6b77c2adab6c8 Mon Sep 17 00:00:00 2001 From: Diggory Hardy Date: Tue, 8 Jan 2019 12:42:31 +0000 Subject: [PATCH] Fix changelogs and bump rand_os version number --- CHANGELOG.md | 3 --- rand_os/CHANGELOG.md | 5 +++++ rand_os/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf701f4c4ce..6aa0a247e5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,9 +10,6 @@ You may also find the [Upgrade Guide](https://rust-random.github.io/book/update. ## [0.6.4] - 2019-01-08 -### Additions -- Add support for x86_64-fortanix-unknown-sgx target (#670) - ### Fixes - Move wasm-bindgen shims to correct crate (#686) - Make `wasm32-unknown-unknown` compile but fail at run-time if missing bindingsg (#686) diff --git a/rand_os/CHANGELOG.md b/rand_os/CHANGELOG.md index b23c9904901..459f7bd0c66 100644 --- a/rand_os/CHANGELOG.md +++ b/rand_os/CHANGELOG.md @@ -4,5 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [0.1.1] - 2019-01-08 +### Additions +- Add support for x86_64-fortanix-unknown-sgx target (#670) + ## [0.1.0] - 2019-01-04 Initial release. diff --git a/rand_os/Cargo.toml b/rand_os/Cargo.toml index 3adca38ab2b..2f9224a082c 100644 --- a/rand_os/Cargo.toml +++ b/rand_os/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rand_os" -version = "0.1.0" +version = "0.1.1" authors = ["The Rand Project Developers"] license = "MIT/Apache-2.0" readme = "README.md"