We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d491f87 commit 842142fCopy full SHA for 842142f
CHANGELOG.md
@@ -3,7 +3,7 @@
3
All notable changes to this project will be documented in this file.
4
This project adheres to [Semantic Versioning](https://semver.org/).
5
6
-## [Unreleased] - ReleaseDate
+## [0.27.0] - 2023-08-28
7
### Added
8
- Added `AT_EACCESS` to `AtFlags` on all platforms but android
9
([#1995](https://github.com/nix-rust/nix/pull/1995))
Cargo.toml
@@ -2,7 +2,7 @@
2
name = "nix"
description = "Rust friendly bindings to *nix APIs"
edition = "2021"
-version = "0.26.3"
+version = "0.27.0"
rust-version = "1.65"
authors = ["The nix-rust Project Developers"]
repository = "https://github.com/nix-rust/nix"
0 commit comments