diff --git a/Cargo.lock b/Cargo.lock index 1d15c35..2b9db0c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1136,7 +1136,7 @@ dependencies = [ [[package]] name = "routinator" -version = "0.13.1-dev" +version = "0.14.0-dev" dependencies = [ "arbitrary", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 3044132..b46dcf5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] # Note: some of these values are also used when building Debian packages below. name = "routinator" -version = "0.13.1-dev" +version = "0.14.0-dev" edition = "2021" rust-version = "1.70" authors = ["NLnet Labs "] diff --git a/Changelog.md b/Changelog.md index e0d8715..3505cca 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,12 +4,17 @@ Breaking changes +* Keep the content of an RRDP repository in a single file rather than + as individual files under a directory. ([#886]) + New Bug fixes Other changes +[#886]: https://github.com/NLnetLabs/routinator/pull/88686 + ## 0.13.0 ‘Should Have Started This in a Screen’