Skip to content

Commit

Permalink
ACMEd v0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
breard-r committed May 8, 2022
1 parent 0d1fddd commit e7fd14b
Show file tree
Hide file tree
Showing 7 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.20.0] - 2022-05-08

### Added
- The `--no-pid-file` argument has been added to ACMEd and tacd.
Expand Down
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.19.0"
version = "0.20.0"
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.19.0"
version = "0.20.0"
authors = ["Rodolphe Breard <rodolphe@what.tf>"]
edition = "2018"
description = "ACME (RFC 8555) client daemon"
Expand Down
2 changes: 1 addition & 1 deletion man/en/acmed.8
Original file line number Diff line number Diff line change
Expand Up @@ -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 April 17, 2022
.Dd May 8, 2022
.Dt ACMED 8
.Os
.Sh NAME
Expand Down
2 changes: 1 addition & 1 deletion man/en/acmed.toml.5
Original file line number Diff line number Diff line change
Expand Up @@ -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 April 17, 2022
.Dd May 8, 2022
.Dt ACMED.TOML 5
.Os
.Sh NAME
Expand Down
2 changes: 1 addition & 1 deletion man/en/tacd.8
Original file line number Diff line number Diff line change
Expand Up @@ -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 April 17, 2022
.Dd May 8, 2022
.Dt TACD 8
.Os
.Sh NAME
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.19.0"
version = "0.20.0"
authors = ["Rodolphe Breard <rodolphe@what.tf>"]
edition = "2018"
description = "TLS-ALPN Challenge Daemon"
Expand Down

0 comments on commit e7fd14b

Please sign in to comment.