From 3d65c729b7067e93950dfc504999d65269ae3446 Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Sun, 23 Jul 2017 21:11:17 -0600 Subject: [PATCH] Release 0.9.0 --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bc162c3da..949b98f2a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased] +## [0.9.0] 2017-07-23 ### Added - Added `sysconf`, `pathconf`, and `fpathconf` diff --git a/Cargo.toml b/Cargo.toml index 15213b4d32..1df77c53ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "nix" description = "Rust friendly bindings to *nix APIs" -version = "0.9.0-pre" +version = "0.9.0" authors = ["The nix-rust Project Developers"] repository = "https://github.com/nix-rust/nix" license = "MIT" diff --git a/README.md b/README.md index 2a72e0a825..c25040d9f5 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ To use `nix`, first add this to your `Cargo.toml`: ```toml [dependencies] -nix = "0.8.0" +nix = "0.9.0" ``` Then, add this to your crate root: