diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0b8e553..00ed795 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1,4 @@ -{"scripts/dotenv":"0.1.0"} +{ + "scripts/dotenv": "0.1.0", + "scripts/theme": "0.1.0" +} diff --git a/scripts/theme/CHANGELOG.md b/scripts/theme/CHANGELOG.md new file mode 100644 index 0000000..9eae1c7 --- /dev/null +++ b/scripts/theme/CHANGELOG.md @@ -0,0 +1,16 @@ +# Changelog + +## 0.1.0 (2026-01-21) + + +### Features + +* **theme:** add warnings for missing handlers, detectors, and source failures ([#57](https://github.com/proventuslabs/scriptorium/issues/57)) ([0bd7b9e](https://github.com/proventuslabs/scriptorium/commit/0bd7b9e342c33bab6594d92d3ed2abf42942bfeb)) +* **theme:** initial implementation ([#5](https://github.com/proventuslabs/scriptorium/issues/5)) ([e8cd53e](https://github.com/proventuslabs/scriptorium/commit/e8cd53e3113e3d7288607a393bc11265139069ef)) +* **theme:** make detection pluggable via user-provided detectors ([#51](https://github.com/proventuslabs/scriptorium/issues/51)) ([9408df0](https://github.com/proventuslabs/scriptorium/commit/9408df09826ef4c6ac6143c4659c5158a6f19dc6)) + + +### Bug Fixes + +* remove redundant 'General:' subsection from help output ([cd38863](https://github.com/proventuslabs/scriptorium/commit/cd38863c194ef0487798a47873650f9c86082dad)) +* **theme:** remove dead code and improve coverage ([#64](https://github.com/proventuslabs/scriptorium/issues/64)) ([f76ecaf](https://github.com/proventuslabs/scriptorium/commit/f76ecafc5840de421e930ae57dec179be712808b))