From ebae3734c34c60c5f5536e59040fea60f943a860 Mon Sep 17 00:00:00 2001 From: Manu Lorente Date: Thu, 25 Jun 2026 22:40:38 +0200 Subject: [PATCH] chore(main): release 0.21.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ versions.conf | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d3535156..727a5db7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.21.0" + ".": "0.21.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c2ae6dd..dfa4ea96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.21.1](https://github.com/mlorentedev/dotfiles/compare/v0.21.0...v0.21.1) (2026-06-25) + + +### Bug Fixes + +* **spec-gate:** exclude Go *_test.go from the production-LOC count ([#603](https://github.com/mlorentedev/dotfiles/issues/603)) ([5d726ce](https://github.com/mlorentedev/dotfiles/commit/5d726ce166b9a1e2f4dd79bdea112f6eebe69b60)), closes [#517](https://github.com/mlorentedev/dotfiles/issues/517) + ## [0.21.0](https://github.com/mlorentedev/dotfiles/compare/v0.20.0...v0.21.0) (2026-06-25) diff --git a/versions.conf b/versions.conf index d8375a1b..acaa5111 100644 --- a/versions.conf +++ b/versions.conf @@ -20,5 +20,5 @@ OPENCODE_VERSION=1.16.2 YARN_VERSION=1.22.22 PI_VERSION=0.79.1 # x-release-please-start-version -DOTF_VERSION=0.21.0 +DOTF_VERSION=0.21.1 # x-release-please-end