From e5d9a6e74d1a815754f46b5d87285dd97c59cd9b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 19:42:06 +0000 Subject: [PATCH] chore(main): release 0.8.0 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) 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)