diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 2be9c43c85..af55ef03ad 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.2.1" } diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 7d1fd2677d..20f2194f1b 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.1](https://github.com/Aureliolo/synthorg/compare/v0.2.0...v0.2.1) (2026-03-15) + + +### Bug Fixes + +* upgrade goreleaser to v2.14.3 (v2.11.3 never existed) ([#425](https://github.com/Aureliolo/synthorg/issues/425)) ([df6650d](https://github.com/Aureliolo/synthorg/commit/df6650d514976d6dfd73babe94fda107dd5714f1)) + ## [0.2.0](https://github.com/Aureliolo/synthorg/compare/v0.1.4...v0.2.0) (2026-03-15) diff --git a/pyproject.toml b/pyproject.toml index 89e2fad9e4..6fa083fbba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -215,7 +215,7 @@ venv = ".venv" # --------------------------------------------------------------------------- [tool.commitizen] name = "cz_conventional_commits" -version = "0.2.0" # x-release-please-version +version = "0.2.1" # x-release-please-version tag_format = "v$version" # --------------------------------------------------------------------------- diff --git a/src/synthorg/__init__.py b/src/synthorg/__init__.py index cf6c61f8bb..08f4563f8b 100644 --- a/src/synthorg/__init__.py +++ b/src/synthorg/__init__.py @@ -1,3 +1,3 @@ """SynthOrg - Framework for building synthetic organizations.""" -__version__ = "0.2.0" # x-release-please-version +__version__ = "0.2.1" # x-release-please-version