Release version 0.2.3
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details

Signed-off-by: Jacob Kiers <jacob@jacobkiers.net>
This commit is contained in:
Jacob Kiers 2022-12-29 18:56:26 +01:00
parent 6cb35aae42
commit 9f815f3f9c
3 changed files with 4 additions and 2 deletions

View File

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.2.3] - 2022-12-29
### Added
* Added `update` subcommand to update to the latest version.

2
Cargo.lock generated
View File

@ -787,7 +787,7 @@ checksum = "c96aba5aa877601bb3f6dd6a63a969e1f82e60646e81e71b14496995e9853c91"
[[package]]
name = "newsletter-to-web"
version = "0.2.2"
version = "0.2.3"
dependencies = [
"atom_syndication",
"base16ct",

View File

@ -1,6 +1,6 @@
[package]
name = "newsletter-to-web"
version = "0.2.2"
version = "0.2.3"
edition = "2021"
description = "Converts email newsletters to static HTML files"
homepage = "https://code.kiers.eu/newsletter-to-web/newsletter-to-web"