From ac6cf7aae16c89cb60d02c6a43f9fc6600a3876d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 15:01:31 +0000 Subject: [PATCH] chore(main): release 3.5.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a5b625e2..165a7211 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.5.1" + ".": "3.5.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 40af99c8..8d8d9c5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.5.2](https://github.com/prefapp/firestarter-workflows/compare/v3.5.1...v3.5.2) (2026-07-29) + + +### Bug Fixes + +* Dereference tags when building a snapshot ([#223](https://github.com/prefapp/firestarter-workflows/issues/223)) ([53ad7a2](https://github.com/prefapp/firestarter-workflows/commit/53ad7a21e3f17172d654b3275a92302b5af52d0d)) + ## [3.5.1](https://github.com/prefapp/firestarter-workflows/compare/v3.5.0...v3.5.1) (2026-06-29) diff --git a/pyproject.toml b/pyproject.toml index 0f87abc2..d0bb4090 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "firestarter-workflows" -version = "3.5.1" +version = "3.5.2" description = "Firestarter standard Dagger workflows" authors = ["Javier Gomez Rodriguez "] readme = "README.md"