Skip to content

Commit aaa4595

Browse files
bors[bot]asomers
andauthored
Merge #1162
1162: Release v0.16.0 r=asomers a=asomers Co-authored-by: Alan Somers <[email protected]>
2 parents 05c1b5f + 47bd657 commit aaa4595

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] - ReleaseDate
6+
## [0.16.0] - 1 December 2019
77
### Added
88
- Added `ptrace::seize()`: similar to `attach()` on Linux
99
but with better-defined semantics.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "nix"
33
description = "Rust friendly bindings to *nix APIs"
4-
version = "0.15.0"
4+
version = "0.16.0"
55
authors = ["The nix-rust Project Developers"]
66
repository = "https://github.com/nix-rust/nix"
77
license = "MIT"

README.md

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

9090
```toml
9191
[dependencies]
92-
nix = "0.15.0"
92+
nix = "0.16.0"
9393
```
9494

9595
Then, add this to your crate root:

0 commit comments

Comments
 (0)