Skip to content

Commit 0d9cbef

Browse files
committed
v0.2.2
1 parent 8e280bc commit 0d9cbef

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased]
77

8+
## [v0.2.2] - 2017-11-06
9+
10+
### Added
11+
12+
- The missing STATX system call.
13+
814
## [v0.2.1] - 2017-05-06
915

1016
### Added
@@ -77,7 +83,8 @@ Initial release. Forked from [syscall] v0.2.1.
7783

7884
- Support for x86_64 FreeBSD
7985

80-
[Unreleased]: https://github.com/japaric/syscall.rs/compare/v0.2.1...HEAD
86+
[Unreleased]: https://github.com/japaric/syscall.rs/compare/v0.2.2...HEAD
87+
[v0.2.2]: https://github.com/japaric/syscall.rs/compare/v0.2.1...v0.2.2
8188
[v0.2.1]: https://github.com/japaric/syscall.rs/compare/v0.2.0...v0.2.1
8289
[v0.2.0]: https://github.com/japaric/syscall.rs/compare/v0.1.5...v0.2.0
8390
[v0.1.5]: https://github.com/japaric/syscall.rs/compare/v0.1.4...v0.1.5

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ license = "MIT/Apache-2.0"
77
name = "sc"
88
readme = "README.md"
99
repository = "https://github.com/japaric/syscall.rs"
10-
version = "0.2.1"
10+
version = "0.2.2"

0 commit comments

Comments
 (0)