Skip to content

Commit de534c1

Browse files
committed
Release 0.20.1
1 parent b13f73c commit de534c1

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
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55
This project adheres to [Semantic Versioning](https://semver.org/).
66

7-
## [Unreleased] - ReleaseDate
7+
## [0.20.1] - 13 August 2021
88
### Added
99
### Changed
1010
### Fixed

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.20.0"
5+
version = "0.20.1"
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.20.0"
96+
nix = "0.20.1"
9797
```
9898

9999
## Contributing

0 commit comments

Comments
 (0)