From 10ff2c22363b8091e05e551de92b3974bef1db7f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 25 Oct 2025 00:16:50 +0000 Subject: [PATCH] chore(main): release 0.34.0 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c9cc211..b92e6137 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.34.0](https://github.com/scottames/dots/compare/v0.33.0...v0.34.0) (2025-10-25) + + +### Features + +* **aqua:** regex-tui + fastfetch ([3ec7b4f](https://github.com/scottames/dots/commit/3ec7b4f02e137e9ab3a0cae7f07d2ef2ed2cc40f)) +* **nvim/ai:** custom Sidekick keys ([95bfdcd](https://github.com/scottames/dots/commit/95bfdcd26bc0ea8e516e4669d541a34fc6765ac6)) + + +### Bug Fixes + +* **nvim/ai:** add missing sidekick keys ([80f7e61](https://github.com/scottames/dots/commit/80f7e6137ca7e5cce808015e746c2e58f3498456)) + ## [0.33.0](https://github.com/scottames/dots/compare/v0.32.0...v0.33.0) (2025-10-12)