diff --git a/.changes/v0.8.0.md b/.changes/v0.8.0.md new file mode 100644 index 0000000..604f6f2 --- /dev/null +++ b/.changes/v0.8.0.md @@ -0,0 +1,4 @@ +## v0.8.0 - 2025-02-15 +### Changed +* Breaking: `cmd-lists` key changed to `cmdLists` +* Config file loading properly errors diff --git a/CHANGELOG.md b/CHANGELOG.md index 9882d7b..1dc92c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## v0.8.0 - 2025-02-15 +### Changed +* Breaking: `cmd-lists` key changed to `cmdLists` +* Config file loading properly errors + ## v0.7.8 - 2025-02-14 ### Fixed * Github CI config