From eca1f5ab13e0c2c1bfe1fc883e4bd29a47ccb040 Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Sat, 20 Feb 2021 14:16:59 -0700 Subject: Prepare for release 0.20.0 --- 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 c398fcbf..1297ba78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased] - ReleaseDate +## [0.20.0] - 20 February 2021 ### Added - Added a `passwd` field to `Group` (#[1338](https://github.com/nix-rust/nix/pull/1338)) diff --git a/Cargo.toml b/Cargo.toml index 46f8cad0..885fa100 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "nix" description = "Rust friendly bindings to *nix APIs" edition = "2018" -version = "0.19.0" +version = "0.20.0" authors = ["The nix-rust Project Developers"] repository = "https://github.com/nix-rust/nix" license = "MIT" diff --git a/README.md b/README.md index 67e76726..167d1929 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ To use `nix`, add this to your `Cargo.toml`: ```toml [dependencies] -nix = "0.19.0" +nix = "0.20.0" ``` ## Contributing -- cgit v1.2.3