Skip to content

Commit

Permalink
Release 0.3.1-rc1. (#123)
Browse files Browse the repository at this point in the history
Bug Fixes

* Correctly interpret missing `-v` and `-q` options as using the log level
  specified in the config file. (via daemonbase 0.1.2)
  • Loading branch information
partim authored Jun 19, 2024
1 parent c138355 commit 630ef60
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]

Check notice on line 1 in Cargo.toml

View workflow job for this annotation

GitHub Actions / package / pkg (rtrtr, debian:buster, arm-unknown-linux-musleabihf)

Cargo deb variant 'debian-buster-arm-unknown-linux-musleabihf' not found, using defaults instead.

Check notice on line 1 in Cargo.toml

View workflow job for this annotation

GitHub Actions / package / pkg (rtrtr, debian:bullseye, armv7-unknown-linux-musleabihf)

Cargo deb variant 'debian-bullseye-armv7-unknown-linux-musleabihf' not found, using defaults instead.

Check notice on line 1 in Cargo.toml

View workflow job for this annotation

GitHub Actions / package / pkg (rtrtr, debian:bookworm, x86_64)

Cargo deb variant 'debian-bookworm' not found, using defaults instead.

Check notice on line 1 in Cargo.toml

View workflow job for this annotation

GitHub Actions / package / pkg (rtrtr, debian:buster, x86_64)

Cargo deb variant 'debian-buster' not found, using defaults instead.

Check notice on line 1 in Cargo.toml

View workflow job for this annotation

GitHub Actions / package / pkg (rtrtr, ubuntu:jammy, x86_64)

Cargo deb variant 'ubuntu-jammy' not found, using defaults instead.

Check notice on line 1 in Cargo.toml

View workflow job for this annotation

GitHub Actions / package / pkg (rtrtr, debian:bullseye, x86_64)

Cargo deb variant 'debian-bullseye' not found, using defaults instead.

Check notice on line 1 in Cargo.toml

View workflow job for this annotation

GitHub Actions / package / pkg (rtrtr, ubuntu:focal, x86_64)

Cargo deb variant 'ubuntu-focal' not found, using defaults instead.
name = "rtrtr"
version = "0.3.1-dev"
version = "0.3.1-rc1"
edition = "2021"
rust-version = "1.70"
authors = ["NLnet Labs <[email protected]>"]
Expand Down
10 changes: 4 additions & 6 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
# Change Log

## Unreleased next version
## 0.3.1-rc1

Breaking changes

New
Released 2024-06-19.

Bug Fixes

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

Other changes
[daemonbase 0.1.2]: https://github.com/NLnetLabs/daemonbase/releases/tag/v0.1.2


## 0.3.0 ‘Filmed Before a Live Studio Audience’
Expand Down
2 changes: 1 addition & 1 deletion doc/rtrtr.1
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.TH "RTRTR" "1" "Jun 06, 2024" "0.3.1-dev" "RTRTR"
.TH "RTRTR" "1" "Jun 19, 2024" "0.3.1-rc1" "RTRTR"
.SH NAME
rtrtr \- RPKI data proxy
.SH SYNOPSIS
Expand Down

0 comments on commit 630ef60

Please sign in to comment.