We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a6dd9f commit a344a11Copy full SHA for a344a11
CHANGELOG
@@ -1,4 +1,14 @@
1
# Changelog
2
+## [0.1.3] - 2023-07-10
3
+### Breaking changes
4
+ - N/A
5
+
6
+### New features
7
8
9
+### Bug fixes
10
+ - Use latest rust-netlink crates. (5ba35da)
11
12
## [0.1.2] - 2023-01-29
13
### Breaking changes
14
- N/A
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mptcp-pm"
-version = "0.1.2"
+version = "0.1.3"
authors = ["Gris Ge <[email protected]>"]
license = "MIT"
edition = "2018"
0 commit comments