Skip to content

Commit cb880ca

Browse files
author
Jorge Aparicio
committed
release v0.1.5
1 parent 8c10006 commit cb880ca

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased]
77

8+
## [v0.1.5] - 2017-02-03
9+
10+
### Fixed
11+
12+
- The syscall number for GETRANDOM on x86
13+
814
## [v0.1.4] - 2017-02-02
915

1016
### Added
@@ -42,7 +48,8 @@ Initial release. Forked from [syscall] v0.2.1.
4248

4349
- Support for x86_64 FreeBSD
4450

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
4653
[v0.1.4]: https://github.com/japaric/syscall.rs/compare/v0.1.3...v0.1.4
4754
[v0.1.3]: https://github.com/japaric/syscall.rs/compare/v0.1.2...v0.1.3
4855
[v0.1.2]: https://github.com/japaric/syscall.rs/compare/v0.1.1...v0.1.2

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ license = "MIT/Apache-2.0"
77
name = "sc"
88
readme = "README.md"
99
repository = "https://github.com/japaric/syscall.rs"
10-
version = "0.1.4"
10+
version = "0.1.5"

0 commit comments

Comments
 (0)