Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.25 KB

CHANGELOG.md

File metadata and controls

40 lines (26 loc) · 1.25 KB

Changelog

Unreleased

Added

  • Added Github Actions for (cargo check, cargo fmt, cargo clippy, cargo test) #10
  • Added CHANGELOG.md
  • Added ids module
  • Added the capability to use the PackageVersion struct as a HashMap key #28

Changed

[1.0.0] - 2022-09-06

  • Added LICENSE with MIT License #10
  • Added CI Badges to Readme by #10
  • Moved PackageVersion & it's tests to version.rs #21
  • Moved Identifiers & tests to ids module

Docs

  • Added Struct descriptions to each struct #15
  • Added Examples to Rust Docs #15

[0.1.0] - 2022-09-03

Added

  • Created Baseline Project