Browse Source

ACMEd v0.21.0

pull/76/head v0.21.0
Rodolphe Bréard 2 years ago
parent
commit
65ff3ae54e
  1. 2
      acme_common/Cargo.toml
  2. 2
      acmed/Cargo.toml
  3. 2
      man/en/acmed.8
  4. 2
      man/en/acmed.toml.5
  5. 2
      man/en/tacd.8
  6. 2
      tacd/Cargo.toml

2
acme_common/Cargo.toml

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

2
acmed/Cargo.toml

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

2
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 May 8, 2022
.Dd Dec 19, 2022
.Dt ACMED 8
.Os
.Sh NAME

2
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 May 8, 2022
.Dd Dec 19, 2022
.Dt ACMED.TOML 5
.Os
.Sh NAME

2
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 May 8, 2022
.Dd Dec 19, 2022
.Dt TACD 8
.Os
.Sh NAME

2
tacd/Cargo.toml

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

Loading…
Cancel
Save