Skip to content

Commit 8c21714

Browse files
committed
Update Cargo.toml and Changelog
1 parent 767179e commit 8c21714

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "routecore"
3-
version = "0.5.1-dev"
3+
version = "0.5.1"
44
authors = ["NLnet Labs <[email protected]>"]
55
categories = ["network-programming"]
66
description = "A Library with Building Blocks for BGP Routing"

Changelog.md

+10-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
## Unreleased new version
1+
## 0.5.1
22

3-
4-
Breaking changes
3+
Released 2025-01-29.
54

65
Bug fixes
76

@@ -12,13 +11,18 @@ Bug fixes
1211
New
1312

1413
* Introduce methods on `AsPath` to more ergonomically use paths comprised of a
15-
single 'AS_SEQUENCE'.
14+
single _AS_SEQUENCE_.
15+
* The MRT reader, still gated with the feature flag, now supports reading from
16+
`.bz2` directly (in addition to `.gz`). Support for the _ExtendedTime_ message
17+
types is added as well. This means we can process files from the RouteViews
18+
archives.
1619

1720

1821
Other changes
1922

20-
21-
Known limitations/issues
23+
* The hashing of, and comparison between, BMP _PerPeerHeaders_ now includes
24+
the _PeerFlags_. This way, the `RibType` is part of what defines a
25+
`PerPeerHeader` to be unique.
2226

2327

2428

0 commit comments

Comments
 (0)