Skip to content

Commit 7f1369e

Browse files
committed
Merge branch 'release-mnl-0.3.0'
2 parents 14fd977 + 3688c1a commit 7f1369e

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

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

1616

1717
## [Unreleased]
18+
19+
20+
## [0.3.0] - 2025-11-17
1821
### Changed
1922
- Rename `Socket::recv` to `Socket::recv_raw`.
2023
- Add new `Socket::recv` that returns an iterator of netlink messages (`NlMessages`).

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.

mnl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mnl"
3-
version = "0.2.3"
3+
version = "0.3.0"
44
authors = ["Mullvad VPN <[email protected]>", "Linus Färnstrand <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
description = "Safe abstraction for libmnl, a minimalistic user-space library oriented to Netlink developers"

0 commit comments

Comments
 (0)