Skip to content

Commit

Permalink
Release 0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
asomers committed Aug 14, 2021
1 parent b13f73c commit de534c1
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 @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
This project adheres to [Semantic Versioning](https://semver.org/).

## [Unreleased] - ReleaseDate
## [0.20.1] - 13 August 2021
### Added
### Changed
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "nix"
description = "Rust friendly bindings to *nix APIs"
edition = "2018"
version = "0.20.0"
version = "0.20.1"
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 @@ -93,7 +93,7 @@ To use `nix`, add this to your `Cargo.toml`:

```toml
[dependencies]
nix = "0.20.0"
nix = "0.20.1"
```

## Contributing
Expand Down

0 comments on commit de534c1

Please sign in to comment.