Skip to content

Commit 6a91766

Browse files
authored
Prepare for release 0.2.1-rc1. (#68)
1 parent c963af9 commit 6a91766

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rtrtr"
3-
version = "0.2.1-dev"
3+
version = "0.2.1-rc1"
44
edition = "2018"
55
authors = ["The NLnet Labs RPKI Team <rpki-team@nlnetlabs.nl>"]
66
description = "A versatile tool for managing route filters"

Changelog.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Change Log
22

3-
## Unreleased future version
3+
## 0.2.1-rc1
44

5-
Breaking Changes
5+
Released 2022-03-16.
66

77
Bug Fixes
88

@@ -16,8 +16,6 @@ New
1616
be configured via the new `"history-size"` config option. This new
1717
option is optional and defaults to 10. ([#65])
1818

19-
Other Changes
20-
2119
[#65]: https://github.com/NLnetLabs/rtrtr/pull/65
2220

2321

doc/rtrtr.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
2727
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
2828
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
2929
..
30-
.TH "RTRTR" "1" "Mar 08, 2022" "0.2.1-dev" "RTRTR"
30+
.TH "RTRTR" "1" "Mar 16, 2022" "0.2.1-rc1" "RTRTR"
3131
.SH NAME
3232
rtrtr \- RPKI data proxy
3333
.SH SYNOPSIS

0 commit comments

Comments
 (0)