From 4385818f1f0569d949133378cd5a6d955ff2076e Mon Sep 17 00:00:00 2001 From: Manu Lorente Date: Tue, 14 Jul 2026 19:03:46 +0200 Subject: [PATCH] chore(main): release 0.31.6 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ versions.conf | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c1d9027..674432c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.31.5" + ".": "0.31.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 662e6f5..27d7f86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.31.6](https://github.com/mlorentedev/dotfiles/compare/v0.31.5...v0.31.6) (2026-07-14) + + +### Bug Fixes + +* **doctor:** install GUARD-001 memory-sink hooks on Windows + fix agy abs-path check ([#741](https://github.com/mlorentedev/dotfiles/issues/741)) ([2b58ebf](https://github.com/mlorentedev/dotfiles/commit/2b58ebf9a133e7383ba8213841101c6e4c22ffe5)), closes [#691](https://github.com/mlorentedev/dotfiles/issues/691) +* **mem:** own the Claude project-key encoding in Go so the Windows twins can't drift ([#739](https://github.com/mlorentedev/dotfiles/issues/739)) ([c4f1a7c](https://github.com/mlorentedev/dotfiles/commit/c4f1a7c4427f13a8e31f5e4bdece7b03bf134db3)) + ## [0.31.5](https://github.com/mlorentedev/dotfiles/compare/v0.31.4...v0.31.5) (2026-07-10) diff --git a/versions.conf b/versions.conf index 4474696..7eb9db5 100644 --- a/versions.conf +++ b/versions.conf @@ -24,5 +24,5 @@ PI_VERSION=0.79.1 # builds the URL + the tarball's internal dir name from it (prefixed with `v`). SHELLCHECK_VERSION=0.11.0 # x-release-please-start-version -DOTF_VERSION=0.31.5 +DOTF_VERSION=0.31.6 # x-release-please-end