release v0.1.2

This commit is contained in:
Jorge Aparicio 2017-01-21 11:16:52 -05:00
parent e37f1a709b
commit 5876cdddc7
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.2] - 2017-01-21
### Added
- syscall5 and syscall6 for mips
@ -28,5 +30,6 @@ Initial release. Forked from [syscall] v0.2.1.
- Support for x86_64 FreeBSD
[Unreleased]: https://github.com/japaric/syscall.rs/compare/v0.1.1...HEAD
[Unreleased]: https://github.com/japaric/syscall.rs/compare/v0.1.2...HEAD
[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.1"
version = "0.1.2"