Skip to content

Commit

Permalink
Merge pull request #404 from NLnetLabs/release-0.8.0-rc1
Browse files Browse the repository at this point in the history
Prepare for release 0.8.0-rc1.
  • Loading branch information
partim committed Oct 7, 2020
2 parents ccf3b35 + 632bcad commit f20eca8
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 47 deletions.
90 changes: 49 additions & 41 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
@@ -1,7 +1,7 @@
[package]
# Note: some of these values are also used when building Debian packages below.
name = "routinator"
version = "0.7.1-bis"
version = "0.8.0-rc1"
edition = "2018"
authors = ["The NLnet Labs RPKI Team <rpki@nlnetlabs.nl>"]
description = "An RPKI relying party software."
Expand Down Expand Up @@ -29,8 +29,8 @@ num_cpus = "1.12.0"
rand = "0.7.3"
reqwest = { version = "0.10.4", default-features = false, features = ["blocking"] }
ring = "0.16.12"
rpki = { git = "https://github.com/NLnetLabs/rpki-rs.git" }
rpki-rtr = { git = "https://github.com/NLnetLabs/rpki-rtr.git" }
rpki = "0.10.0"
rpki-rtr = "0.2.0"
serde = { version = "^1.0.95", features = [ "derive" ] }
serde_json = "1.0.57"
slab = "0.4.2"
Expand Down
6 changes: 3 additions & 3 deletions Changelog.md
@@ -1,6 +1,6 @@
# Change Log

# Unreleased Next Version
## 0.8.0-rc1

Breaking Changes

Expand Down Expand Up @@ -99,14 +99,14 @@ Other Changes
[draft-michaelson-rpki-rta]: https://datatracker.ietf.org/doc/html/draft-michaelson-rpki-rta


# 0.7.1 ‘Moonlight and Love Songs’
## 0.7.1 ‘Moonlight and Love Songs’

Release 2020-06-15.

There have been no changes since RC2.


# 0.7.1-rc2
## 0.7.1-rc2

Released 2020-06-10.

Expand Down

0 comments on commit f20eca8

Please sign in to comment.