From 92e1bd9e73e82f39912a116b143aa72008bbc1b2 Mon Sep 17 00:00:00 2001 From: Manu Lorente Date: Thu, 25 Jun 2026 21:55:37 +0200 Subject: [PATCH] chore(main): release 0.21.0 --- .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 71e95baf..d3535156 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.20.0" + ".": "0.21.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b748cf85..7c2ae6dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.21.0](https://github.com/mlorentedev/dotfiles/compare/v0.20.0...v0.21.0) (2026-06-25) + + +### Features + +* **secrets:** retire the deploy-time shell twins and env-mapping.conf ([#601](https://github.com/mlorentedev/dotfiles/issues/601)) ([83476da](https://github.com/mlorentedev/dotfiles/commit/83476da2bc325a21eda64b3c8369a1f5876dfcf1)) + ## [0.20.0](https://github.com/mlorentedev/dotfiles/compare/v0.19.1...v0.20.0) (2026-06-25) diff --git a/versions.conf b/versions.conf index 14744973..d8375a1b 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.20.0 +DOTF_VERSION=0.21.0 # x-release-please-end