Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 570 Bytes

CHANGELOG.md

File metadata and controls

26 lines (16 loc) · 570 Bytes

CHANGE LOG

v0.3.0 - 2024-04-12

  • chore(deps): bump Gleam major stable and deps.
  • fix(import): delete unused library

v0.2.2 - 2023-01-07

  • fix(config): delete unused config struct and methods

v0.2.1 - 2022-11-28

  • fix(main): delete main function
  • fix(documentation): fix not generated information

v0.2.0 - 2022-11-28

  • feat(api): adding add_* functions
  • feat(tests): add some unit tests and helper functions
  • feat(documentation): add comments and documentation

v0.1.0 - 2022-11-25

  • feat(logger): first basic working implementation