Skip to content

Commit

Permalink
Merge pull request #219 from NLnetLabs/release-0.6.1
Browse files Browse the repository at this point in the history
Prepare for release 0.6.1.
  • Loading branch information
partim authored Sep 12, 2019
2 parents 3ffdab1 + f5b3365 commit e181438
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 18 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

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

7 changes: 2 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "routinator"
version = "0.6.1-pre"
version = "0.6.1"
edition = "2018"
authors = ["The NLnet Labs RPKI Team <rpki@nlnetlabs.nl>"]
description = "An RPKI relying party software."
Expand Down Expand Up @@ -30,7 +30,7 @@ num_cpus = "^1.0"
rand = "^0.7"
reqwest = { version = "^0.9.19", default-features = false, features = [ "rustls-tls", "socks" ]}
ring = "^0.14"
rpki = "^0.6.1-pre"
rpki = "^0.6.0"
serde = "^1.0"
slab = "^0.4"
tempfile = "^3.1"
Expand Down Expand Up @@ -83,6 +83,3 @@ assets = [
["etc/routinator.conf.system-service", "etc/routinator/routinator.conf", "644"]
]

[patch.crates-io]
bcder = { git="https://github.com/NLnetLabs/bcder.git" }
rpki = { git="https://github.com/NLnetLabs/rpki-rs.git" }
4 changes: 1 addition & 3 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Change Log

## Unreleased future version

Breaking Changes
## 0.6.1 ‘Philosophy Is Tricky’

New

Expand Down
2 changes: 1 addition & 1 deletion doc/routinator.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "routinator" "1" "September 10, 2019" "NLnet Labs" "routinator 0.6.0
.TH "routinator" "1" "September 12, 2019" "NLnet Labs" "routinator 0.6.1
.\"
.\" routinator.1 -- RPKI Relying Party software
.\"
Expand Down

0 comments on commit e181438

Please sign in to comment.