Browse Source

ACMEd v0.22.1

pull/104/head v0.22.1
Rodolphe Bréard 5 months ago
parent
commit
1daac83335
  1. 2
      CHANGELOG.md
  2. 6
      Cargo.lock
  3. 2
      acme_common/Cargo.toml
  4. 2
      acmed/Cargo.toml
  5. 2
      tacd/Cargo.toml

2
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.1] - 2023-12-20
### Fixed
- The `Cargo.lock` file is now updated before a new version is released (GitHub bug #103).

6
Cargo.lock

@ -4,7 +4,7 @@ version = 3
[[package]]
name = "acme_common"
version = "0.21.0"
version = "0.22.1"
dependencies = [
"base64",
"daemonize",
@ -25,7 +25,7 @@ dependencies = [
[[package]]
name = "acmed"
version = "0.21.0"
version = "0.22.1"
dependencies = [
"acme_common",
"async-lock 3.2.0",
@ -1442,7 +1442,7 @@ dependencies = [
[[package]]
name = "tacd"
version = "0.21.0"
version = "0.22.1"
dependencies = [
"acme_common",
"anyhow",

2
acme_common/Cargo.toml

@ -1,6 +1,6 @@
[package]
name = "acme_common"
version = "0.22.0"
version = "0.22.1"
authors = ["Rodolphe Breard <rodolphe@what.tf>"]
edition = "2018"
readme = "../README.md"

2
acmed/Cargo.toml

@ -1,6 +1,6 @@
[package]
name = "acmed"
version = "0.22.0"
version = "0.22.1"
authors = ["Rodolphe Breard <rodolphe@what.tf>"]
edition = "2018"
description = "ACME (RFC 8555) client daemon"

2
tacd/Cargo.toml

@ -1,6 +1,6 @@
[package]
name = "tacd"
version = "0.22.0"
version = "0.22.1"
authors = ["Rodolphe Breard <rodolphe@what.tf>"]
edition = "2018"
description = "TLS-ALPN Challenge Daemon"

Loading…
Cancel
Save