diff --git a/Cargo.lock b/Cargo.lock index 4f7730d..9358e09 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1649,7 +1649,7 @@ dependencies = [ [[package]] name = "rotonda" -version = "0.1.0" +version = "0.1.1-dev" dependencies = [ "allocator-api2", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index ccb6c65..d8a82df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,12 @@ [package] name = "rotonda" -version = "0.1.0" +version = "0.1.1-dev" edition = "2021" rust-version = "1.71" authors = ["NLnet Labs "] description = "composable, programmable BGP engine" repository = "https://github.com/NLnetLabs/rotonda/" +homepage = "https://www.nlnetlabs.nl/projects/routing/rotonda/" keywords = ["routing", "bgp"] categories = ["network-programming"] license = "MPL-2.0" diff --git a/Changelog.md b/Changelog.md index c558c14..7362a5e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,17 @@ # Changelog -## 0.1.0 +## 0.1.1 + +Breaking changes + +New + +Bug fixes + +Other changes + + +## 0.1.0 ‘For the sake of Whiskey, color Televisions and Pianos’ Released 2024-01-19