Skip to content

Commit 9c89865

Browse files
authored
Release 0.3.1 ‘Some Checks Haven’t Completed Yet.’ (#131)
Bug fixes * Correctly interpret missing `-v` and `-q` options as using the log level specified in the config file. (via [daemonbase 0.1.2]) * Log a message when a Slurm file fails to load. ([082b7db]) New * Add support for client certificates in the `json` unit. ([#124]) Other changes * Removed building of packages for Ubuntu 16.04 and 18.04 and Debian Stretch and added Ubuntu 24.04.
1 parent 8546ef6 commit 9c89865

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
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"
44
edition = "2021"
55
rust-version = "1.71.1"
66
authors = ["NLnet Labs <rpki-team@nlnetlabs.nl>"]

Changelog.md

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

3-
## Unreleased next version
3+
## 0.3.1 ‘Some Checks Haven’t Completed Yet’
44

5-
Bug fixes
5+
Released 2025-01-09.
6+
7+
There have been no changes since 0.3.1-rc3.
68

79

810
## 0.3.1-rc3

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" "Jan 03, 2025" "0.3.1-dev" "RTRTR"
30+
.TH "RTRTR" "1" "Jan 09, 2025" "0.3.1" "RTRTR"
3131
.SH NAME
3232
rtrtr \- RPKI data proxy
3333
.SH SYNOPSIS

0 commit comments

Comments
 (0)