We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3415010 commit 5f10b05Copy full SHA for 5f10b05
CHANGELOG
@@ -1,4 +1,15 @@
1
# Changelog
2
+## [0.18.1] - 2023-12-05
3
+### Breaking changes
4
+
5
+ - N/A
6
7
+### New features
8
9
10
+### Bug fixes
11
+ - Fix crash on RuleFlag of `attempt to subtract with overflow`. (ece8735)
12
13
## [0.18.0] - 2023-12-05
14
### Breaking changes
15
Cargo.toml
@@ -1,7 +1,7 @@
[package]
authors = ["Corentin Henry <[email protected]>"]
name = "netlink-packet-route"
-version = "0.18.0"
+version = "0.18.1"
edition = "2021"
homepage = "https://github.com/rust-netlink/netlink-packet-route"
0 commit comments