release v0.1.3

This commit is contained in:
Jorge Aparicio 2017-01-21 12:38:18 -05:00
parent 1117f0019e
commit 5ab141b554
2 changed files with 5 additions and 2 deletions

View file

@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
## [v0.1.3] - 2017-01-21
### Fixed
- Error when using MIPS' syscall5/syscall6 with optimizations enabled
@ -34,6 +36,7 @@ Initial release. Forked from [syscall] v0.2.1.
- Support for x86_64 FreeBSD
[Unreleased]: https://github.com/japaric/syscall.rs/compare/v0.1.2...HEAD
[Unreleased]: https://github.com/japaric/syscall.rs/compare/v0.1.3...HEAD
[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
[v0.1.1]: https://github.com/japaric/syscall.rs/compare/v0.1.0...v0.1.1

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.2"
version = "0.1.3"