Skip to content

Commit 3cf9007

Browse files
committed
chore: drop 0.30.1
1 parent 2845ab9 commit 3cf9007

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

44
# Change Log
55

6+
## [0.30.1] - 2025-05-04
7+
8+
### Fixed
9+
10+
- doc.rs build
11+
([#2634](https://github.com/nix-rust/nix/pull/2634))
12+
13+
614
## [0.30.0] - 2025-04-29
715

816

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

0 commit comments

Comments
 (0)