Skip to content

Commit 3d65c72

Browse files
committed
Release 0.9.0
1 parent bf630d6 commit 3d65c72

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6-
## [Unreleased]
6+
## [0.9.0] 2017-07-23
77

88
### Added
99
- Added `sysconf`, `pathconf`, and `fpathconf`

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
name = "nix"
44
description = "Rust friendly bindings to *nix APIs"
5-
version = "0.9.0-pre"
5+
version = "0.9.0"
66
authors = ["The nix-rust Project Developers"]
77
repository = "https://github.com/nix-rust/nix"
88
license = "MIT"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ To use `nix`, first add this to your `Cargo.toml`:
9292

9393
```toml
9494
[dependencies]
95-
nix = "0.8.0"
95+
nix = "0.9.0"
9696
```
9797

9898
Then, add this to your crate root:

0 commit comments

Comments
 (0)