diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 96d9691..9aa5a07 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..79a323d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +## [0.1.1](https://github.com/wayofdev/phony/compare/v0.1.0...v0.1.1) (2026-01-07) + + +### Documentation + +* define LICENSE ([46e999f](https://github.com/wayofdev/phony/commit/46e999f470008e6f9b66a787d92d973b676660f9)) +* llm and developer guidelines ([07af1f5](https://github.com/wayofdev/phony/commit/07af1f5cede9984b0d031f530fa898b7ce58da0f)) +* prompt for testing best practices ([5c5649f](https://github.com/wayofdev/phony/commit/5c5649f7ebaed916675563eb9349ac26bfeb3fcc)) + + +### Code Refactoring + +* remove unused enum for now ([44550b8](https://github.com/wayofdev/phony/commit/44550b8b509e3aac8536a5d459223b2b063bcfde))