From 5f10b05159751ab5e54f3f119e04c574668c15b7 Mon Sep 17 00:00:00 2001 From: Gris Ge Date: Tue, 5 Dec 2023 22:55:42 +0800 Subject: [PATCH] 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) --- CHANGELOG | 11 +++++++++++ Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index ba0db465..3c15bf86 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,15 @@ # Changelog +## [0.18.1] - 2023-12-05 +### Breaking changes + + - N/A + +### New features + - N/A + +### Bug fixes + - Fix crash on RuleFlag of `attempt to subtract with overflow`. (ece8735) + ## [0.18.0] - 2023-12-05 ### Breaking changes diff --git a/Cargo.toml b/Cargo.toml index 66d23fab..c23c2f57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Corentin Henry "] name = "netlink-packet-route" -version = "0.18.0" +version = "0.18.1" edition = "2021" homepage = "https://github.com/rust-netlink/netlink-packet-route"