From 2395f38f4682b171b6c299c643682ac87e6446fc Mon Sep 17 00:00:00 2001 From: Luuk Hendriks Date: Wed, 29 May 2024 14:51:47 +0200 Subject: [PATCH] Update Cargo.toml and changelog --- Cargo.toml | 2 +- Changelog.md | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 05e371b2..1382bbbf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "routecore" -version = "0.4.1-dev" +version = "0.5.0-rc0" authors = ["NLnet Labs "] categories = ["network-programming"] description = "A Library with Building Blocks for BGP Routing" diff --git a/Changelog.md b/Changelog.md index 4a253276..7c86d516 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,8 @@ -## Unreleased new version +## 0.5.0-rc0 + +Released 2024-05-29. + +TODO Breaking changes @@ -9,6 +13,7 @@ Bug fixes Other changes + ## 0.4.0 Released 2024-01-18.