diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 37fcefa..5fdd883 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index dc8e695..3701f45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.1.0](https://github.com/RefuseHQ/refuse-cli/compare/v1.0.0...v1.1.0) (2026-05-19) + + +### Features + +* **cli:** shim install, hook adapters, check / status / doctor / init ([3fb6ae5](https://github.com/RefuseHQ/refuse-cli/commit/3fb6ae5f37c308456edc0bb4a405c0a84482766b)) +* **gate:** parsers + decision engine + stdin hook protocol ([48f7450](https://github.com/RefuseHQ/refuse-cli/commit/48f7450dea916cbd200546f3e4727ac278fec08b)) +* **install:** add Windows one-line installer (PowerShell) ([#9](https://github.com/RefuseHQ/refuse-cli/issues/9)) ([d358005](https://github.com/RefuseHQ/refuse-cli/commit/d35800506c9a988d9d9739cb00e6c304da1cf2da)) +* **release:** automate version + tag via release-please ([#8](https://github.com/RefuseHQ/refuse-cli/issues/8)) ([f8586b4](https://github.com/RefuseHQ/refuse-cli/commit/f8586b4e37519afd2b346ebad999ef6a66d51719)) + + +### Bug Fixes + +* **lint:** migrate .golangci.yaml to v2 schema + bump action to v9 ([#10](https://github.com/RefuseHQ/refuse-cli/issues/10)) ([8166850](https://github.com/RefuseHQ/refuse-cli/commit/81668502b451239917089779ab4365b2f36a2a95)) + ## 1.0.0 (2026-05-19)