Skip to content

Commit 7adac03

Browse files
committed
New release 0.11.5
=== Breaking changes - N/A === New features - N/A === Bug fixes - Set minimum supported rust version to 1.75 (880aff7) Signed-off-by: Gris Ge <[email protected]>
1 parent 880aff7 commit 7adac03

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG

+10
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
# Changelog
2+
## [0.11.5] - 2025-01-26
3+
### Breaking changes
4+
- N/A
5+
6+
### New features
7+
- N/A
8+
9+
### Bug fixes
10+
- Set minimum supported rust version to 1.75 (880aff7)
11+
212
## [0.11.4] - 2025-01-21
313
### Breaking changes
414
- N/A

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["Corentin Henry <[email protected]>"]
33
name = "netlink-proto"
4-
version = "0.11.4"
4+
version = "0.11.5"
55
edition = "2018"
66
rust-version = "1.75"
77

0 commit comments

Comments
 (0)