Skip to content

Commit 06bb1be

Browse files
committed
chore: release 0.31.1
1 parent 49adb8d commit 06bb1be

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@ This project adheres to [Semantic Versioning](https://semver.org/).
33

44
# Change Log
55

6+
## [0.31.1] - 2026-01-23
7+
8+
### Added
9+
10+
- termios: Add definition for IUCLC to supported platforms
11+
([#2702](https://github.com/nix-rust/nix/pull/2702))
12+
- termios: Add definition for XCASE for supported platforms
13+
([#2703](https://github.com/nix-rust/nix/pull/2703))
14+
15+
616
## [0.31.0] - 2026-01-22
717

818
### Added

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.31.0"
5+
version = "0.31.1"
66
rust-version = "1.69"
77
authors = ["The nix-rust Project Developers"]
88
repository = "https://github.com/nix-rust/nix"

changelog/2702.added.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/2703.added.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)