From b29a85165b0bf494974642cc6ba58a924f143948 Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Fri, 13 Aug 2021 19:44:48 -0600 Subject: [PATCH] Release 0.22.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 1f4545f334..5367d7a845 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](https://semver.org/). -## [Unreleased] - ReleaseDate +## [0.22.1] - 13 August 2021 ### Added ### Changed ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 2179fff251..7a527d38ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "nix" description = "Rust friendly bindings to *nix APIs" edition = "2018" -version = "0.22.0" +version = "0.22.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 895ef1ee87..566043fb98 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ To use `nix`, add this to your `Cargo.toml`: ```toml [dependencies] -nix = "0.22.0" +nix = "0.22.1" ``` ## Contributing