1
0
mirror of https://github.com/NLnetLabs/routinator.git synced 2024-05-19 06:50:04 +00:00

Bump version.

This commit is contained in:
Martin Hoffmann
2021-08-23 14:02:04 +02:00
parent 2e17fe767b
commit 15bac43bf9
3 changed files with 13 additions and 2 deletions

2
Cargo.lock generated
View File

@ -971,7 +971,7 @@ dependencies = [
[[package]]
name = "routinator"
version = "0.10.0"
version = "0.10.1-dev"
dependencies = [
"bytes",
"chrono",

View File

@ -1,7 +1,7 @@
[package]
# Note: some of these values are also used when building Debian packages below.
name = "routinator"
version = "0.10.0"
version = "0.10.1-dev"
edition = "2018"
authors = ["The NLnet Labs RPKI Team <rpki@nlnetlabs.nl>"]
description = "An RPKI relying party software."

View File

@ -1,5 +1,16 @@
# Change Log
## Unreleased future version
Breaking Changes
New
Bug Fixes
Other Changes
## 0.10.0 Through Many Dangers, Toils, and Snares
Released 2021-08-23