Skip to content

Commit be25c34

Browse files
committed
Release 0.9.1
1 parent 47b4ba4 commit be25c34

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1515

1616

1717
## [Unreleased]
18+
19+
20+
## [0.9.1] - 2025-12-08
1821
### Fixed
1922
- Avoid raising `NLM_F_ACK` for batch start/end messages on kernel version prior to 6.10.
2023

24+
2125
## [0.9.0] - 2025-11-26
2226
### Added
2327
- Generate bindings for libnftnl 1.0.3 through 1.3.0.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nftnl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nftnl"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
authors = ["Mullvad VPN"]
55
license = "MIT OR Apache-2.0"
66
description = "Safe abstraction for libnftnl. Provides low-level userspace access to the in-kernel nf_tables subsystem"

0 commit comments

Comments
 (0)