Skip to content

Commit 6793d1e

Browse files
committed
Release v0.16.1
1 parent ba63b05 commit 6793d1e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
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.1] - 23 December 2019
77
### Added
88
### Changed
99
### Fixed

Cargo.toml

+1-1
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.16.0"
4+
version = "0.16.1"
55
authors = ["The nix-rust Project Developers"]
66
repository = "https://github.com/nix-rust/nix"
77
license = "MIT"

README.md

+1-1
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.16.0"
92+
nix = "0.16.1"
9393
```
9494

9595
Then, add this to your crate root:

0 commit comments

Comments
 (0)