Release version 0.2.0.
continuous-integration/drone/push Build was killed Details
continuous-integration/drone/tag Build was killed Details

Signed-off-by: Jacob Kiers <jacob@jacobkiers.net>
This commit is contained in:
Jacob Kiers 2022-11-30 09:16:11 +01:00
parent 60362ff7c2
commit 751b4d2551
3 changed files with 19 additions and 2 deletions

17
CHANGELOG.md Normal file
View File

@ -0,0 +1,17 @@
# Changelog
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.2.0] - 2022-11-30
### Added
* A style sheet is added to the feed for easy readability in a web browser (#4).
* The output directory will now contain an index.html file with some information.
### Changed
* By default the name of the feed is now feed.xml instead of feed.atom.

2
Cargo.lock generated
View File

@ -530,7 +530,7 @@ checksum = "c96aba5aa877601bb3f6dd6a63a969e1f82e60646e81e71b14496995e9853c91"
[[package]]
name = "newsletter-to-web"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"atom_syndication",
"base16ct",

View File

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