From b81d9c9b4947c113176ac3c2d96580725e5165c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Mon, 17 Mar 2025 17:37:09 +0100 Subject: [PATCH] ACMEd v0.25.0 --- CHANGELOG.md | 2 +- Cargo.lock | 10 +++++----- 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, 12 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d707a19..11f1ed7 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.25.0] - 2025-03-17 ### Changed - The minimum supported Rust version (MSRV) is now 1.81. diff --git a/Cargo.lock b/Cargo.lock index bb5e582..694f5b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "acme_common" -version = "0.24.0" +version = "0.25.0" dependencies = [ "base64", "daemonize", @@ -25,7 +25,7 @@ dependencies = [ [[package]] name = "acmed" -version = "0.24.0" +version = "0.25.0" dependencies = [ "acme_common", "async-lock", @@ -1498,9 +1498,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.24" +version = "0.23.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96bf61953b1bc045820a2b947e6e9771c58c8c4b15242425b03f783ede1b34fe" +checksum = "822ee9188ac4ec04a2f0531e55d035fb2de73f18b41a63c70c2712503b6fb13c" dependencies = [ "once_cell", "rustls-pki-types", @@ -1762,7 +1762,7 @@ dependencies = [ [[package]] name = "tacd" -version = "0.24.0" +version = "0.25.0" dependencies = [ "acme_common", "anyhow", diff --git a/acme_common/Cargo.toml b/acme_common/Cargo.toml index dcb4ff8..99e6c67 100644 --- a/acme_common/Cargo.toml +++ b/acme_common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "acme_common" -version = "0.24.0" +version = "0.25.0" authors = ["Rodolphe Breard "] edition = "2018" readme = "../README.md" diff --git a/acmed/Cargo.toml b/acmed/Cargo.toml index a901323..c61a5e5 100644 --- a/acmed/Cargo.toml +++ b/acmed/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "acmed" -version = "0.24.0" +version = "0.25.0" authors = ["Rodolphe Breard "] edition = "2018" description = "ACME (RFC 8555) client daemon" diff --git a/man/en/acmed.8 b/man/en/acmed.8 index 96794a5..3d51467 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 21, 2024 +.Dd Mar 17, 2025 .Dt ACMED 8 .Os .Sh NAME diff --git a/man/en/acmed.toml.5 b/man/en/acmed.toml.5 index 6a902e7..9c99970 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 21, 2024 +.Dd Mar 17, 2025 .Dt ACMED.TOML 5 .Os .Sh NAME diff --git a/man/en/tacd.8 b/man/en/tacd.8 index 56357ad..7cd5db3 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 21, 2024 +.Dd Mar 17, 2025 .Dt TACD 8 .Os .Sh NAME diff --git a/tacd/Cargo.toml b/tacd/Cargo.toml index a19b080..8a813ba 100644 --- a/tacd/Cargo.toml +++ b/tacd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tacd" -version = "0.24.0" +version = "0.25.0" authors = ["Rodolphe Breard "] edition = "2018" description = "TLS-ALPN Challenge Daemon"