File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,6 @@ You may also find the [Upgrade Guide](https://rust-random.github.io/book/update.
10
10
11
11
12
12
## [ 0.6.4] - 2019-01-08
13
- ### Additions
14
- - Add support for x86_64-fortanix-unknown-sgx target (#670 )
15
-
16
13
### Fixes
17
14
- Move wasm-bindgen shims to correct crate (#686 )
18
15
- Make ` wasm32-unknown-unknown ` compile but fail at run-time if missing bindingsg (#686 )
Original file line number Diff line number Diff line change @@ -4,5 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+
8
+ ## [ 0.1.1] - 2019-01-08
9
+ ### Additions
10
+ - Add support for x86_64-fortanix-unknown-sgx target (#670 )
11
+
7
12
## [ 0.1.0] - 2019-01-04
8
13
Initial release.
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rand_os"
3
- version = " 0.1.0 "
3
+ version = " 0.1.1 "
4
4
authors = [" The Rand Project Developers" ]
5
5
license = " MIT/Apache-2.0"
6
6
readme = " README.md"
You can’t perform that action at this time.
0 commit comments