Skip to content

Commit 842142f

Browse files
committed
chore: Release nix version 0.27.0
1 parent d491f87 commit 842142f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](https://semver.org/).
55

6-
## [Unreleased] - ReleaseDate
6+
## [0.27.0] - 2023-08-28
77
### Added
88
- Added `AT_EACCESS` to `AtFlags` on all platforms but android
99
([#1995](https://github.com/nix-rust/nix/pull/1995))

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "nix"
33
description = "Rust friendly bindings to *nix APIs"
44
edition = "2021"
5-
version = "0.26.3"
5+
version = "0.27.0"
66
rust-version = "1.65"
77
authors = ["The nix-rust Project Developers"]
88
repository = "https://github.com/nix-rust/nix"

0 commit comments

Comments
 (0)