Skip to content

Commit

Permalink
updates version, changelog and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdsk committed Nov 25, 2023
1 parent b9111a8 commit 6b05df5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
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).

## [0.4.0] - 2023-11-25

### Changed
- Asks the use to confirm the request if the new certificate would miss domains that are valid with the current certificate. Rejects renewal if not running interactively (such as from a shell command).

## [0.3.2] - 2023-11-07

Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ Currently *renewc* can investigate and advise these situations:
*looks at HAProxy's configs and tells you what port to use instead*
- Using a port below 1025 without sudo:
*advices to call *renewc* using sudo*
- When the new certificate would miss domains valid in a current certificate:
*warns user and blocks for input*


We hope to expand this list in the near future, PRs are welcome.

Expand Down
2 changes: 1 addition & 1 deletion main/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "renewc"
version = "0.3.2"
version = "0.4.0"
authors = ["David Kleingeld <opensource@davidsk.dev>"]
edition = "2021"
rust-version = "1.70"
Expand Down

0 comments on commit 6b05df5

Please sign in to comment.