diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index e7ca613..64f3cdd 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.0" + ".": "0.8.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 75a1ab1..199aa9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.8.0](https://github.com/getmilpa/command/compare/v0.7.0...v0.8.0) (2026-08-12) + + +### Features + +* an argument may lower the ceiling for one call, and it is not believed on its word ([#11](https://github.com/getmilpa/command/issues/11)) ([7ff85f4](https://github.com/getmilpa/command/commit/7ff85f40b86db7a8df0c19b57a9aa8874dd4518a)) + ## [0.7.0](https://github.com/getmilpa/command/compare/v0.6.0...v0.7.0) (2026-08-09)