Skip to content

Commit

Permalink
ACMEd v0.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
breard-r committed Dec 20, 2023
1 parent fcdb4ac commit 1daac83
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
6 changes: 3 additions & 3 deletions 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 acme_common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion acmed/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion tacd/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 1daac83

Please sign in to comment.