File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
5
6
6
## [ Unreleased]
7
7
8
+ ## [ v0.1.5] - 2017-02-03
9
+
10
+ ### Fixed
11
+
12
+ - The syscall number for GETRANDOM on x86
13
+
8
14
## [ v0.1.4] - 2017-02-02
9
15
10
16
### Added
@@ -42,7 +48,8 @@ Initial release. Forked from [syscall] v0.2.1.
42
48
43
49
- Support for x86_64 FreeBSD
44
50
45
- [ Unreleased ] : https://github.com/japaric/syscall.rs/compare/v0.1.4...HEAD
51
+ [ Unreleased ] : https://github.com/japaric/syscall.rs/compare/v0.1.5...HEAD
52
+ [ v0.1.5 ] : https://github.com/japaric/syscall.rs/compare/v0.1.4...v0.1.5
46
53
[ v0.1.4 ] : https://github.com/japaric/syscall.rs/compare/v0.1.3...v0.1.4
47
54
[ v0.1.3 ] : https://github.com/japaric/syscall.rs/compare/v0.1.2...v0.1.3
48
55
[ v0.1.2 ] : https://github.com/japaric/syscall.rs/compare/v0.1.1...v0.1.2
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ license = "MIT/Apache-2.0"
7
7
name = " sc"
8
8
readme = " README.md"
9
9
repository = " https://github.com/japaric/syscall.rs"
10
- version = " 0.1.4 "
10
+ version = " 0.1.5 "
You can’t perform that action at this time.
0 commit comments