From de534c1749a06ebb7d3d40b5e4595b9649f3e340 Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Fri, 13 Aug 2021 20:33:45 -0600 Subject: [PATCH] Release 0.20.1 --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a00e04fdf9..db745818ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index f1e87e0e1f..1591686b77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/README.md b/README.md index 167d1929f8..805db06c3c 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ To use `nix`, add this to your `Cargo.toml`: ```toml [dependencies] -nix = "0.20.0" +nix = "0.20.1" ``` ## Contributing