From 4d4754a14b080b32b1af16de54dfb822b28b5f06 Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Sat, 13 Aug 2022 10:02:42 -0600 Subject: [PATCH] (cargo-release) version 0.25.0 --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 561b3caacf..f06e412d93 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.25.0] - 2022-08-13 ### Added - Added `faccessat` diff --git a/Cargo.toml b/Cargo.toml index 18e1742d76..1d96efe548 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "nix" description = "Rust friendly bindings to *nix APIs" edition = "2018" -version = "0.24.1" +version = "0.25.0" rust-version = "1.46" authors = ["The nix-rust Project Developers"] repository = "https://github.com/nix-rust/nix"