All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Replace
pre-release-hook
cargo test
withcargo nextest run
. - Run
nextest
withllvm-cov
coverage.
0.1.3 - 2024-03-29
- Add unit tests.
- Refuse to clone if repository is not empty.
- Do not trust the cloned repository.
0.1.2 - 2024-03-29
- Add support for 2014-01-11 and 2014-01-18, which use a non-standard "Quotes of the Week" heading.
0.1.1 - 2024-03-29
- Add a ChangeLog.
- Add
cargo release
configuration.
- 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.
0.1.0 - 2024-03-29
- Initial implementation in Berlin Rust Hack and Learn 2024-03-28.