Skip to content

Latest commit

 

History

History
58 lines (34 loc) · 1.5 KB

CHANGELOG.md

File metadata and controls

58 lines (34 loc) · 1.5 KB

Changelog

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.

Changed

  • Replace pre-release-hook cargo test with cargo nextest run.
  • Run nextest with llvm-cov coverage.

0.1.3 - 2024-03-29

Added

  • Add unit tests.

Changed

  • Refuse to clone if repository is not empty.
  • Do not trust the cloned repository.

0.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.

0.1.1 - 2024-03-29

Added

  • Add a ChangeLog.
  • Add cargo release configuration.

Changed

  • Change release tag schema from X.Y.Z to vX.Y.Z in accordance with cargo release.
  • Set package to publish = false, preventing accidental crates.io spam.

0.1.0 - 2024-03-29

Added

  • Initial implementation in Berlin Rust Hack and Learn 2024-03-28.