From 16599c1aadad13fb771765cf9ae35e4d6a3b9140 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 14:56:51 +0000 Subject: [PATCH 1/2] [tagpr] prepare for the next release From cc8480c64ccb08fc2ff0ad6ae198a0a36adc4fe3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 14:56:52 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fba32d..a258d57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [v0.2.10](https://github.com/pepabo/gete/compare/v0.2.9...v0.2.10) - 2026-08-27 + +- Let an agent select scopes from a connection's menu by @haruotsu in https://github.com/pepabo/gete/pull/37 +- Let a declaration reach into the body and count up what goes out by @haruotsu in https://github.com/pepabo/gete/pull/39 +- Prune the description to the declared operations at packing time by @haruotsu in https://github.com/pepabo/gete/pull/40 + ## [v0.2.9](https://github.com/pepabo/gete/compare/v0.2.8...v0.2.9) - 2026-08-27 - Let a connection be written with PUT and PATCH by @haruotsu in https://github.com/pepabo/gete/pull/33