From 50b4865f4b8348921ad378f00893334ee97bec24 Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Tue, 28 Sep 2021 21:27:58 -0600 Subject: [PATCH] (cargo-release) version 0.23.0 --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90c0075ecf..ccbb3562ec 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.23.0] - 2021-09-28 ### Added - Added the `LocalPeerCred` sockopt. diff --git a/Cargo.toml b/Cargo.toml index 298c16ebb8..c2688304be 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.23.0" authors = ["The nix-rust Project Developers"] repository = "https://github.com/nix-rust/nix" license = "MIT"