From 663bd7b924cdd014b12356e41100fe525c17de56 Mon Sep 17 00:00:00 2001 From: Manu Lorente Date: Fri, 26 Jun 2026 04:13:26 +0200 Subject: [PATCH] chore(main): release 0.22.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ versions.conf | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 727a5db7..788b0fa7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.21.1" + ".": "0.22.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index dfa4ea96..98106278 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.22.0](https://github.com/mlorentedev/dotfiles/compare/v0.21.1...v0.22.0) (2026-06-26) + + +### Features + +* **harness:** agnostic agent-skill presence by uniform injection ([#607](https://github.com/mlorentedev/dotfiles/issues/607)) ([3d61c2c](https://github.com/mlorentedev/dotfiles/commit/3d61c2cbb0456948a9eae157405a3a321e857df8)), closes [#559](https://github.com/mlorentedev/dotfiles/issues/559) +* **secrets:** add the Bitwarden backend resolver to dotf secrets ([#606](https://github.com/mlorentedev/dotfiles/issues/606)) ([736273b](https://github.com/mlorentedev/dotfiles/commit/736273b8922c75539c913df537b289e52520f87a)) +* **secrets:** strip backend unlock credentials from the run child env ([#610](https://github.com/mlorentedev/dotfiles/issues/610)) ([8b56f1f](https://github.com/mlorentedev/dotfiles/commit/8b56f1f1205789ac28aee35305cc08bb9f42d129)) + ## [0.21.1](https://github.com/mlorentedev/dotfiles/compare/v0.21.0...v0.21.1) (2026-06-25) diff --git a/versions.conf b/versions.conf index acaa5111..03dd9a24 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.1 +DOTF_VERSION=0.22.0 # x-release-please-end