Skip to content

Commit 76af7a8

Browse files
committed
New release 0.13.0
=== Breaking changes - `TrafficFilterNewRequest::u32()` changed to return `Result`. (b7f8c73) - `TrafficFilterNewRequest::redirect() changed to return `Result`. (b7f8c73) - Deprecated `RouteAddRequest::table` in the favor of `RouteAddRequest::table_id` in order to support table ID bigger than 255. (0a8eddd) === New features - Support route table ID bigger than 255. (0a8eddd) - Support creating xfrm tunnel. (5252908) === Bug fixes - Removed assers. (e6bcf3e) Signed-off-by: Gris Ge <[email protected]>
1 parent b7f8c73 commit 76af7a8

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG

+15
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
# Changelog
2+
## [0.13.0] - 2023-07-10
3+
### Breaking changes
4+
- `TrafficFilterNewRequest::u32()` changed to return `Result`. (b7f8c73)
5+
- `TrafficFilterNewRequest::redirect() changed to return `Result`. (b7f8c73)
6+
- Deprecated `RouteAddRequest::table` in the favor of
7+
`RouteAddRequest::table_id` in order to support table ID bigger than 255.
8+
(0a8eddd)
9+
10+
### New features
11+
- Support route table ID bigger than 255. (0a8eddd)
12+
- Support creating xfrm tunnel. (5252908)
13+
14+
### Bug fixes
15+
- Removed assers. (e6bcf3e)
16+
217
## [0.12.0] - 2023-01-29
318
### Breaking changes
419
- Removed these reexports. (2d58a54)

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rtnetlink"
3-
version = "0.12.0"
3+
version = "0.13.0"
44
authors = ["Corentin Henry <[email protected]>"]
55
edition = "2018"
66
homepage = "https://github.com/rust-netlink/rtnetlink"

0 commit comments

Comments
 (0)