From 996db47d542ae20f09eb344b9fcb88c40ae38e3d Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Mon, 28 Aug 2023 07:52:24 -0600 Subject: [PATCH] chore: Release nix version 0.27.1 --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07edfbf114..3a171afd68 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.27.1] - 2023-08-28 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index a8c77f7683..5a7806075a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "nix" description = "Rust friendly bindings to *nix APIs" edition = "2021" -version = "0.27.0" +version = "0.27.1" rust-version = "1.65" authors = ["The nix-rust Project Developers"] repository = "https://github.com/nix-rust/nix"