From a1e975ba2306b11c4a121190722433d11fdb7685 Mon Sep 17 00:00:00 2001 From: Manu Lorente Date: Fri, 10 Jul 2026 13:04:58 +0200 Subject: [PATCH] chore(main): release 0.31.5 --- .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 23feba2..c1d9027 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.31.4" + ".": "0.31.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b37c4e..662e6f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.31.5](https://github.com/mlorentedev/dotfiles/compare/v0.31.4...v0.31.5) (2026-07-10) + + +### Bug Fixes + +* **doctor:** resolve contract/versions repo-first via a shared resolver ([#736](https://github.com/mlorentedev/dotfiles/issues/736)) ([54fe5ca](https://github.com/mlorentedev/dotfiles/commit/54fe5ca75a7f40de02185a08e139be501b152f71)) +* **env:** seed machine.json so update/mem resolve the real checkout ([#732](https://github.com/mlorentedev/dotfiles/issues/732)) ([374d816](https://github.com/mlorentedev/dotfiles/commit/374d81680e87c22101b2d3c06f30d27428845502)) + ## [0.31.4](https://github.com/mlorentedev/dotfiles/compare/v0.31.3...v0.31.4) (2026-07-09) diff --git a/versions.conf b/versions.conf index 1c13535..4474696 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.4 +DOTF_VERSION=0.31.5 # x-release-please-end