Skip to content

Commit 4c70217

Browse files
authored
Merge pull request #1389 from asomers/r0.20.0
Prepare for release 0.20.0
2 parents 347d16b + eca1f5a commit 4c70217

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.20.0] - 20 February 2021
77
### Added
88

99
- Added a `passwd` field to `Group` (#[1338](https://github.com/nix-rust/nix/pull/1338))

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "nix"
33
description = "Rust friendly bindings to *nix APIs"
44
edition = "2018"
5-
version = "0.19.0"
5+
version = "0.20.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
@@ -93,7 +93,7 @@ To use `nix`, add this to your `Cargo.toml`:
9393

9494
```toml
9595
[dependencies]
96-
nix = "0.19.0"
96+
nix = "0.20.0"
9797
```
9898

9999
## Contributing

0 commit comments

Comments
 (0)