Skip to content

Commit

Permalink
ACMEd v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
breard-r committed Jun 13, 2021
1 parent 7ca581e commit 5b42d1f
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ 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.18.0] - 2021-06-13

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


## [0.17.0] - 2020-05-04
## [0.17.0] - 2021-05-04

### Added
- Allow the configuration of some default values at compile time using environment variables.
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.17.0"
version = "0.18.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.17.0"
version = "0.18.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 May 4, 2021
.Dd June 13, 2021
.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 May 4, 2021
.Dd June 13, 2021
.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 May 4, 2021
.Dd June 13, 2021
.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.17.0"
version = "0.18.0"
authors = ["Rodolphe Breard <rodolphe@what.tf>"]
edition = "2018"
description = "TLS-ALPN Challenge Daemon"
Expand Down

0 comments on commit 5b42d1f

Please sign in to comment.