Files
repoCat/CHANGELOG.md
ghost-bot 71f397dd73
All checks were successful
Build and Publish nightly package / build-and-publish (release) Successful in 18s
chore(changelog): update changelog for v0.1.0
2025-05-11 12:18:03 +00:00

1.9 KiB

Changelog

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

[0.1.0] - 2025-05-11

🚀 Features

  • (ci) Add workflows for automated releases and nightly builds - (078948f)
  • (workflows) Add cache restore step to build process - (81459d6)
  • (poetry) Add twine to development dependencies - (bf727a8)
  • (ci) Add GitHub Actions workflow for build and publish - (880a54d)
  • (cli) Add initial repository management commands - (ef2bac4)
  • (vscode) Add Python environment and analysis settings - (d1e246c)
  • (poetry) Add pyproject.toml for project dependencies and config - (4ce7eed)

🐛 Bug Fixes

  • (workflows) Revert cache action version and simplify cache key - (134c934)

📚 Documentation

  • Add .gitignore and empty README.md - (3701550)

⚙️ Miscellaneous Tasks

  • (gitignore) Add dist/ to ignored files - (66a5ddd)
  • (vscode) Customize activity bar and theme settings - (ee66a0e)