From 59f2217374e0e3e787bff5fafdf1c82ca4a539d3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 09:57:33 +0000 Subject: [PATCH] chore(main): release 0.12.16 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b11af2..34664bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.12.16](https://github.com/koki-develop/clive/compare/v0.12.15...v0.12.16) (2025-12-06) + + +### Bug Fixes + +* **deps:** update module github.com/spf13/cobra to v1.10.2 ([#205](https://github.com/koki-develop/clive/issues/205)) ([b94da58](https://github.com/koki-develop/clive/commit/b94da584a77cc64d2bb355c06989e14976a8167c)) + ## [0.12.15](https://github.com/koki-develop/clive/compare/v0.12.14...v0.12.15) (2025-11-25)