Skip to content

Commit 630ef60

Browse files
authored
Release 0.3.1-rc1. (#123)
Bug Fixes * Correctly interpret missing `-v` and `-q` options as using the log level specified in the config file. (via daemonbase 0.1.2)
1 parent c138355 commit 630ef60

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
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.3.1-dev"
3+
version = "0.3.1-rc1"
44
edition = "2021"
55
rust-version = "1.70"
66
authors = ["NLnet Labs <rpki-team@nlnetlabs.nl>"]

Changelog.md

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

3-
## Unreleased next version
3+
## 0.3.1-rc1
44

5-
Breaking changes
6-
7-
New
5+
Released 2024-06-19.
86

97
Bug Fixes
108

119
* Correctly interpret missing `-v` and `-q` options as using the log level
12-
specified in the config file. (via daemonbase 0.1.2)
10+
specified in the config file. (via [daemonbase 0.1.2])
1311

14-
Other changes
12+
[daemonbase 0.1.2]: https://github.com/NLnetLabs/daemonbase/releases/tag/v0.1.2
1513

1614

1715
## 0.3.0 ‘Filmed Before a Live Studio Audience’

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" "Jun 06, 2024" "0.3.1-dev" "RTRTR"
30+
.TH "RTRTR" "1" "Jun 19, 2024" "0.3.1-rc1" "RTRTR"
3131
.SH NAME
3232
rtrtr \- RPKI data proxy
3333
.SH SYNOPSIS

0 commit comments

Comments
 (0)