Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
breard-r committed Mar 30, 2019
1 parent 9ff70d2 commit 5cb3801
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ 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.2.1] - 2019-03-30

### Changed
- The bug that prevented from requesting more than two certificates has been fixed.


## [0.2.0] - 2019-03-27

### Added
- The `kp_reuse` flag allow to reuse a key pair instead of creating a new one at each renewal.
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.3.0-dev"
version = "0.2.1"
authors = ["Rodolphe Breard <[email protected]>"]
edition = "2018"
description = "ACME (RFC 8555) client daemon"
Expand Down
2 changes: 1 addition & 1 deletion acmed/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pub const DEFAULT_LOG_LEVEL: LevelFilter = LevelFilter::Warn;

fn main() {
let matches = App::new("acmed")
.version("0.3.0-dev")
.version("0.2.1")
.arg(
Arg::with_name("config")
.short("c")
Expand Down

0 comments on commit 5cb3801

Please sign in to comment.