From 5ab141b5547a34bb10a5b90357e5ee96e070bee4 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Sat, 21 Jan 2017 12:38:18 -0500 Subject: [PATCH] release v0.1.3 --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fca594d..179c41e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 761c27a..a4cc0d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"