Skip to content

Commit

Permalink
Merge #1162
Browse files Browse the repository at this point in the history
1162: Release v0.16.0 r=asomers a=asomers



Co-authored-by: Alan Somers <[email protected]>
  • Loading branch information
bors[bot] and asomers authored Dec 2, 2019
2 parents 05c1b5f + 47bd657 commit aaa4595
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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] - ReleaseDate
## [0.16.0] - 1 December 2019
### Added
- Added `ptrace::seize()`: similar to `attach()` on Linux
but with better-defined semantics.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "nix"
description = "Rust friendly bindings to *nix APIs"
version = "0.15.0"
version = "0.16.0"
authors = ["The nix-rust Project Developers"]
repository = "https://github.com/nix-rust/nix"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ To use `nix`, first add this to your `Cargo.toml`:

```toml
[dependencies]
nix = "0.15.0"
nix = "0.16.0"
```

Then, add this to your crate root:
Expand Down

0 comments on commit aaa4595

Please sign in to comment.