Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 654 Bytes

CHANGELOG.md

File metadata and controls

40 lines (22 loc) · 654 Bytes

Unreleased

Added

  • Simple GUI with egui.rs
  • CLI argument current

Changed

  • updated README

[0.9.1] - 2024-12-26

Changed

  • dependency upgrades: chrono v0.4.39, transitive dependencies

[0.9.0] - 2024-05-19

Added

  • command ./rust-volunteerer seed
  • command ./rust-volunteerer populate
  • command ./rust-volunteerer next [name]

Changed

  • the command employees is renamed to colleagues to match the literal db name

[0.2.0] - 2024-05-17

Fixed

  • running the program the 1st-time will now automatically create the db files instead of crashing

[0.1.0] - 2024-05-17

Added

  • Initial Release