Add changelog and relase v0.2.4
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
continuous-integration/drone Build was killed

Signed-off-by: Jacob Kiers <code@kiers.eu>
This commit is contained in:
2024-06-27 18:12:45 +02:00
parent 21cbd34f4d
commit 01912a6944
3 changed files with 11 additions and 2 deletions

View File

@@ -9,7 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
## [0.2.4] - 2024-06-27
### Added
* Added `--max-items/-n` parameter to `build-feed` subcommand to limit number of entries in the feed.
### Changed
* Added protection features to example systemd service file
* Refactored the code a bit
## [0.2.3] - 2022-12-29

2
Cargo.lock generated
View File

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

View File

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