Skip to content

Commit 5f10b05

Browse files
committed
New release 0.18.1
=== Breaking changes - N/A === New features - N/A === Bug fixes - Fix crash on RuleFlag of `attempt to subtract with overflow`. (ece8735)
1 parent 3415010 commit 5f10b05

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
# Changelog
2+
## [0.18.1] - 2023-12-05
3+
### Breaking changes
4+
5+
- N/A
6+
7+
### New features
8+
- N/A
9+
10+
### Bug fixes
11+
- Fix crash on RuleFlag of `attempt to subtract with overflow`. (ece8735)
12+
213
## [0.18.0] - 2023-12-05
314
### Breaking changes
415

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["Corentin Henry <[email protected]>"]
33
name = "netlink-packet-route"
4-
version = "0.18.0"
4+
version = "0.18.1"
55
edition = "2021"
66

77
homepage = "https://github.com/rust-netlink/netlink-packet-route"

0 commit comments

Comments
 (0)