Skip to content

Commit bf1d0e9

Browse files
committed
chore: release v0.31.2
1 parent 0dc1dd8 commit bf1d0e9

File tree

6 files changed

+18
-5
lines changed

6 files changed

+18
-5
lines changed

CHANGELOG.md

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

44
# Change Log
55

6+
## [0.31.2] - 2026-02-28
7+
8+
### Added
9+
10+
- Add WatchDescriptor::as_raw, to get libc id of WatchDescriptor.
11+
([#2718](https://github.com/nix-rust/nix/pull/2718))
12+
- Added process::pthread_getthreadid_np() on FreeBSD.
13+
([#2725](https://github.com/nix-rust/nix/pull/2725))
14+
- Added timerfd support on FreeBSD
15+
([#2728](https://github.com/nix-rust/nix/pull/2728))
16+
17+
### Fixed
18+
19+
- The libc requirement is now `0.2.181`, rather than pinned to 0.2.180.
20+
([#2744](https://github.com/nix-rust/nix/pull/2744))
21+
22+
623
## [0.31.1] - 2026-01-23
724

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

changelog/2718.added.md

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

changelog/2725.added.md

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

changelog/2728.added.md

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

changelog/2744.fixed.md

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

0 commit comments

Comments
 (0)