Skip to content

Commit 5b42d1f

Browse files
committed
ACMEd v0.18.0
1 parent 7ca581e commit 5b42d1f

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1212
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1313

1414

15-
## [Unreleased]
15+
## [0.18.0] - 2021-06-13
1616

1717
### Added
1818
- Add support for Ed25519 and Ed448 account keys and certificates.
1919
- In addition to `restart`, the Polkit rule also allows the `reload`, `try-restart`, `reload-or-restart` and `try-reload-or-restart` verbs.
2020

2121

22-
## [0.17.0] - 2020-05-04
22+
## [0.17.0] - 2021-05-04
2323

2424
### Added
2525
- Allow the configuration of some default values at compile time using environment variables.

acme_common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "acme_common"
3-
version = "0.17.0"
3+
version = "0.18.0"
44
authors = ["Rodolphe Breard <rodolphe@what.tf>"]
55
edition = "2018"
66
readme = "../README.md"

acmed/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "acmed"
3-
version = "0.17.0"
3+
version = "0.18.0"
44
authors = ["Rodolphe Breard <rodolphe@what.tf>"]
55
edition = "2018"
66
description = "ACME (RFC 8555) client daemon"

man/en/acmed.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
.\" are permitted in any medium without royalty provided the copyright
55
.\" notice and this notice are preserved. This file is offered as-is,
66
.\" without any warranty.
7-
.Dd May 4, 2021
7+
.Dd June 13, 2021
88
.Dt ACMED 8
99
.Os
1010
.Sh NAME

man/en/acmed.toml.5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
.\" are permitted in any medium without royalty provided the copyright
55
.\" notice and this notice are preserved. This file is offered as-is,
66
.\" without any warranty.
7-
.Dd May 4, 2021
7+
.Dd June 13, 2021
88
.Dt ACMED.TOML 5
99
.Os
1010
.Sh NAME

man/en/tacd.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
.\" are permitted in any medium without royalty provided the copyright
55
.\" notice and this notice are preserved. This file is offered as-is,
66
.\" without any warranty.
7-
.Dd May 4, 2021
7+
.Dd June 13, 2021
88
.Dt TACD 8
99
.Os
1010
.Sh NAME

tacd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tacd"
3-
version = "0.17.0"
3+
version = "0.18.0"
44
authors = ["Rodolphe Breard <rodolphe@what.tf>"]
55
edition = "2018"
66
description = "TLS-ALPN Challenge Daemon"

0 commit comments

Comments
 (0)