Browse Source

v0.3.0

pull/5/head v0.3.0
Rodolphe Breard 6 years ago
parent
commit
80e91cecd1
  1. 2
      CHANGELOG.md
  2. 2
      acme_common/Cargo.toml
  3. 2
      acmed/Cargo.toml
  4. 2
      tacd/Cargo.toml

2
CHANGELOG.md

@ -5,7 +5,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.3.0] - 2019-04-30
### Added
- tacd, the TLS-ALPN-01 validation daemon.

2
acme_common/Cargo.toml

@ -1,6 +1,6 @@
[package]
name = "acme_common"
version = "0.1.0"
version = "0.3.0"
authors = ["Rodolphe Breard <rodolphe@what.tf>"]
edition = "2018"
repository = "https://github.com/breard-r/libreauth"

2
acmed/Cargo.toml

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

2
tacd/Cargo.toml

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

Loading…
Cancel
Save