From 688de5b15a51271f93aa19d99dd2ecd7b7e5c5fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Tue, 9 Jan 2024 17:40:55 +0100 Subject: [PATCH] ACMEd v0.22.2 --- CHANGELOG.md | 2 +- Cargo.lock | 6 +++--- acme_common/Cargo.toml | 2 +- acmed/Cargo.toml | 2 +- man/en/acmed.8 | 2 +- man/en/acmed.toml.5 | 2 +- man/en/tacd.8 | 2 +- tacd/Cargo.toml | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ee682b..7c4cf80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.22.2] - 2024-01-09 ### Fixed - The default hooks were not properly updated during the 0.22.0 release, which causes the certificate renewal to fail. diff --git a/Cargo.lock b/Cargo.lock index 0101dc5..45fe555 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "acme_common" -version = "0.22.1" +version = "0.22.2" dependencies = [ "base64", "daemonize", @@ -25,7 +25,7 @@ dependencies = [ [[package]] name = "acmed" -version = "0.22.1" +version = "0.22.2" dependencies = [ "acme_common", "async-lock 3.2.0", @@ -1439,7 +1439,7 @@ dependencies = [ [[package]] name = "tacd" -version = "0.22.1" +version = "0.22.2" dependencies = [ "acme_common", "anyhow", diff --git a/acme_common/Cargo.toml b/acme_common/Cargo.toml index a711b4d..6e1feb0 100644 --- a/acme_common/Cargo.toml +++ b/acme_common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "acme_common" -version = "0.22.1" +version = "0.22.2" authors = ["Rodolphe Breard "] edition = "2018" readme = "../README.md" diff --git a/acmed/Cargo.toml b/acmed/Cargo.toml index b73dc7b..b0ea552 100644 --- a/acmed/Cargo.toml +++ b/acmed/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "acmed" -version = "0.22.1" +version = "0.22.2" authors = ["Rodolphe Breard "] edition = "2018" description = "ACME (RFC 8555) client daemon" diff --git a/man/en/acmed.8 b/man/en/acmed.8 index fe63aaa..af67cc0 100644 --- a/man/en/acmed.8 +++ b/man/en/acmed.8 @@ -4,7 +4,7 @@ .\" are permitted in any medium without royalty provided the copyright .\" notice and this notice are preserved. This file is offered as-is, .\" without any warranty. -.Dd Dec 20, 2023 +.Dd Jan 09, 2024 .Dt ACMED 8 .Os .Sh NAME diff --git a/man/en/acmed.toml.5 b/man/en/acmed.toml.5 index c627956..6c713d9 100644 --- a/man/en/acmed.toml.5 +++ b/man/en/acmed.toml.5 @@ -4,7 +4,7 @@ .\" are permitted in any medium without royalty provided the copyright .\" notice and this notice are preserved. This file is offered as-is, .\" without any warranty. -.Dd Dec 20, 2023 +.Dd Jan 09, 2024 .Dt ACMED.TOML 5 .Os .Sh NAME diff --git a/man/en/tacd.8 b/man/en/tacd.8 index ce0d7cc..ca751ca 100644 --- a/man/en/tacd.8 +++ b/man/en/tacd.8 @@ -4,7 +4,7 @@ .\" are permitted in any medium without royalty provided the copyright .\" notice and this notice are preserved. This file is offered as-is, .\" without any warranty. -.Dd Dec 20, 2023 +.Dd Jan 09, 2024 .Dt TACD 8 .Os .Sh NAME diff --git a/tacd/Cargo.toml b/tacd/Cargo.toml index 120d26a..096e489 100644 --- a/tacd/Cargo.toml +++ b/tacd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tacd" -version = "0.22.1" +version = "0.22.2" authors = ["Rodolphe Breard "] edition = "2018" description = "TLS-ALPN Challenge Daemon"