From aedc8da1d5b4262fa733caa42b14406135e7c702 Mon Sep 17 00:00:00 2001 From: Gris Ge Date: Thu, 28 Aug 2025 20:49:16 +0800 Subject: [PATCH] New release 0.1.4 === Breaking changes - N/A === New features - N/A === Bug fixes - Use latest rust-netlink crates. (024feb6) Signed-off-by: Gris Ge --- CHANGELOG | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 3fdf659..f6b3d49 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,14 @@ # Changelog +## [0.1.4] - 2025-08-28 +### Breaking changes + - N/A + +### New features + - N/A + +### Bug fixes + - Use latest rust-netlink crates. (024feb6) + ## [0.1.3] - 2023-07-10 ### Breaking changes - N/A diff --git a/Cargo.toml b/Cargo.toml index 843481e..671b2e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mptcp-pm" -version = "0.1.3" +version = "0.1.4" authors = ["Gris Ge "] license = "MIT" edition = "2021"