mirror of
https://github.com/NLnetLabs/routinator.git
synced 2024-05-19 06:50:04 +00:00
Bump version.
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -929,7 +929,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "routinator"
|
||||
version = "0.7.1-rc2"
|
||||
version = "0.7.1-rc2-bis"
|
||||
dependencies = [
|
||||
"bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"chrono 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "routinator"
|
||||
version = "0.7.1-rc2"
|
||||
version = "0.7.1-rc2-bis"
|
||||
edition = "2018"
|
||||
authors = ["The NLnet Labs RPKI Team <rpki@nlnetlabs.nl>"]
|
||||
description = "An RPKI relying party software."
|
||||
|
12
Changelog.md
12
Changelog.md
@ -1,5 +1,17 @@
|
||||
# Change Log
|
||||
|
||||
# Unreleased future version
|
||||
|
||||
New
|
||||
|
||||
Bug Fixes
|
||||
|
||||
Dependencies
|
||||
|
||||
Other Changes
|
||||
|
||||
|
||||
|
||||
# 0.7.2-rc2
|
||||
|
||||
Released 2020-06-10.
|
||||
|
Reference in New Issue
Block a user