Skip to content

Commit

Permalink
Prepare for 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoniosBarotsis committed Jan 3, 2023
1 parent c89868c commit 0dea5b9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
17 changes: 11 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- Error reporting now includes details on which post errored and what the error was specifically.
- Post's date now defaults to publication date and fallbacks to the update date

### In Progress

- [Styling HTML output](https://github.com/AntoniosBarotsis/Rss2Email/issues/6)
Expand All @@ -20,9 +15,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Explore the idea of letting the user inject their own CSS through environment variables and predefined "themes".

- [Add post descriptions](https://github.com/AntoniosBarotsis/Rss2Email/issues/38)

## [1.0.1] - 2023-01-03

### Added

- Error reporting now includes details on which post errored and what the error was specifically.
- Post's date now defaults to `publication` date and fallbacks to the `update` date

## [1.0.0] - 2022-12-06

Initial release 🎉

[unreleased]: https://github.com/AntoniosBarotsis/rss2email/compare/v1.0.0...HEAD
[unreleased]: https://github.com/AntoniosBarotsis/rss2email/compare/v1.0.1...HEAD
[1.0.1]: https://github.com/AntoniosBarotsis/rss2email/releases/tag/v1.0.1
[1.0.0]: https://github.com/AntoniosBarotsis/rss2email/releases/tag/v1.0.0
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license = "GPL-3.0"
repository = "https://github.com/AntoniosBarotsis/Rss2Email"
keywords = ["rss", "atom", "email"]
readme = "README.md"
version = "1.0.0"
version = "1.0.1"
edition = "2021"

[[bin]]
Expand Down

0 comments on commit 0dea5b9

Please sign in to comment.