File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55
66## [ Unreleased]
77
8+ ## [ v0.2.1] - 2017-05-06
9+
10+ ### Added
11+
12+ - Some ARM specific syscals.
13+
814## [ v0.2.0] - 2017-02-27
915
1016### Added
@@ -71,7 +77,8 @@ Initial release. Forked from [syscall] v0.2.1.
7177
7278- Support for x86_64 FreeBSD
7379
74- [ Unreleased ] : https://github.com/japaric/syscall.rs/compare/v0.2.0...HEAD
80+ [ Unreleased ] : https://github.com/japaric/syscall.rs/compare/v0.2.1...HEAD
81+ [ v0.2.1 ] : https://github.com/japaric/syscall.rs/compare/v0.2.0...v0.2.1
7582[ v0.2.0 ] : https://github.com/japaric/syscall.rs/compare/v0.1.5...v0.2.0
7683[ v0.1.5 ] : https://github.com/japaric/syscall.rs/compare/v0.1.4...v0.1.5
7784[ v0.1.4 ] : https://github.com/japaric/syscall.rs/compare/v0.1.3...v0.1.4
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ license = "MIT/Apache-2.0"
77name = " sc"
88readme = " README.md"
99repository = " https://github.com/japaric/syscall.rs"
10- version = " 0.2.0 "
10+ version = " 0.2.1 "
You can’t perform that action at this time.
0 commit comments