Skip to content

Latest commit

 

History

History
84 lines (45 loc) · 1.16 KB

CHANGELOG.md

File metadata and controls

84 lines (45 loc) · 1.16 KB

Changelog

All notable changes to this project will be documented in this file.

[0.3.1] - 2024-12-30

🐛 Bug Fixes

  • Ensure db_path to be Path object (#4)

[0.3.0] - 2024-08-19

🚀 Features

  • Add path_prefix

[0.2.0] - 2024-08-18

🚀 Features

  • Add verify command (#3)

[0.1.6] - 2024-08-16

🧪 Testing

  • Add basic tests

⚙️ Miscellaneous Tasks

  • Add setup recipe

[0.1.5] - 2024-08-15

🐛 Bug Fixes

  • Relying on sys.args can cause issues

[0.1.4] - 2024-08-15

🚜 Refactor

  • Properly parse args
  • Move init to class method

[0.1.2] - 2024-08-11

📚 Documentation

  • Add anze blog post
  • Improve wording and remove bad code example
  • Add note on alternate env variables

[0.1.1] - 2024-08-11

🚀 Features

  • Add support for litestream logging and metrics

🐛 Bug Fixes

  • Exec is optional

📚 Documentation

  • Minimal doc

[0.0.1] - 2024-08-11

🐛 Bug Fixes

  • Broken exec argument
  • Missing argument to wal

🚜 Refactor

  • Remove useless code
  • Extend is more explicit

⚙️ Miscellaneous Tasks

  • Configure bumpver and cliff