Releases: LeoniePhiline/quote-of-the-week
Releases · LeoniePhiline/quote-of-the-week
v0.1.3 - 2024-03-29
Added
- Add unit tests.
Changed
- Refuse to clone if repository is not empty.
- Do not trust the cloned repository.
Full Changelog: v0.1.2...v0.1.3
v0.1.2 - 2024-03-29
Added
- Add support for 2014-01-11 and 2014-01-18, which use a non-standard "Quotes of the Week" heading.
Full Changelog: v0.1.1...v0.1.2
v0.1.1 - 2024-03-29
Added
- Add a ChangeLog.
- Add
cargo release
configuration.
Changed
- Change release tag schema from
X.Y.Z
tovX.Y.Z
in accordance withcargo release
. - Set package to
publish = false
, preventing accidental crates.io spam.
Full Changelog: v0.1.0...v0.1.1
v0.1.0 - 2024-03-29
Added
- Initial implementation in Berlin Rust Hack and Learn 2024-03-28.
Full Changelog: https://github.com/LeoniePhiline/twir-qotw-scraper/commits/v0.1.0