release v0.1.5

This commit is contained in:
Jorge Aparicio 2017-02-03 20:22:06 -05:00
parent 8c10006aa2
commit cb880cab59
2 changed files with 9 additions and 2 deletions

View file

@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
## [v0.1.5] - 2017-02-03
### Fixed
- The syscall number for GETRANDOM on x86
## [v0.1.4] - 2017-02-02
### Added
@ -42,7 +48,8 @@ Initial release. Forked from [syscall] v0.2.1.
- Support for x86_64 FreeBSD
[Unreleased]: https://github.com/japaric/syscall.rs/compare/v0.1.4...HEAD
[Unreleased]: https://github.com/japaric/syscall.rs/compare/v0.1.5...HEAD
[v0.1.5]: https://github.com/japaric/syscall.rs/compare/v0.1.4...v0.1.5
[v0.1.4]: https://github.com/japaric/syscall.rs/compare/v0.1.3...v0.1.4
[v0.1.3]: https://github.com/japaric/syscall.rs/compare/v0.1.2...v0.1.3
[v0.1.2]: https://github.com/japaric/syscall.rs/compare/v0.1.1...v0.1.2

View file

@ -7,4 +7,4 @@ license = "MIT/Apache-2.0"
name = "sc"
readme = "README.md"
repository = "https://github.com/japaric/syscall.rs"
version = "0.1.4"
version = "0.1.5"