Skip to content

Commit

Permalink
ACMEd v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
breard-r committed Oct 10, 2020
1 parent 1d80066 commit 44c6f99
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 @@ -13,7 +13,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.13.0] - 2020-10-10

### Added
- In the configuration, `root_certificates` has been added to the `global` and `endpoint` sections as an array of strings representing the path to root certificate files.
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.12.0"
version = "0.13.0"
authors = ["Rodolphe Breard <[email protected]>"]
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.12.0"
version = "0.13.0"
authors = ["Rodolphe Breard <[email protected]>"]
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 September 26, 2020
.Dd October 10, 2020
.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 September 26, 2020
.Dd October 10, 2020
.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 September 26, 2020
.Dd October 10, 2020
.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.12.0"
version = "0.13.0"
authors = ["Rodolphe Breard <[email protected]>"]
edition = "2018"
description = "TLS-ALPN Challenge Daemon"
Expand Down

0 comments on commit 44c6f99

Please sign in to comment.