Skip to content

Commit a344a11

Browse files
committed
New release 0.1.3
=== Breaking changes - N/A === New features - N/A === Bug fixes - Use latest rust-netlink crates. (5ba35da) Signed-off-by: Gris Ge <[email protected]>
1 parent 5a6dd9f commit a344a11

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG

+10
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
# Changelog
2+
## [0.1.3] - 2023-07-10
3+
### Breaking changes
4+
- N/A
5+
6+
### New features
7+
- N/A
8+
9+
### Bug fixes
10+
- Use latest rust-netlink crates. (5ba35da)
11+
212
## [0.1.2] - 2023-01-29
313
### Breaking changes
414
- N/A

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mptcp-pm"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
authors = ["Gris Ge <[email protected]>"]
55
license = "MIT"
66
edition = "2018"

0 commit comments

Comments
 (0)