From 9e794c89151d1093a16572bfce77212733131847 Mon Sep 17 00:00:00 2001 From: Aurelio <19254254+Aureliolo@users.noreply.github.com> Date: Sun, 15 Mar 2026 02:52:56 +0100 Subject: [PATCH] chore(main): release 0.2.3 --- .github/.release-please-manifest.json | 2 +- .github/CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- src/synthorg/__init__.py | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 949ce4c188..045149954a 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.2" + ".": "0.2.3" } diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index cc24fab396..50829bf199 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.3](https://github.com/Aureliolo/synthorg/compare/v0.2.2...v0.2.3) (2026-03-15) + + +### Bug Fixes + +* use draft releases to support immutable release policy ([#429](https://github.com/Aureliolo/synthorg/issues/429)) ([a6c7444](https://github.com/Aureliolo/synthorg/commit/a6c7444b12239422a98a81c294a139cce96abc4a)) + ## [0.2.2](https://github.com/Aureliolo/synthorg/compare/v0.2.1...v0.2.2) (2026-03-15) diff --git a/pyproject.toml b/pyproject.toml index aac34ebdd9..7651c60c0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -215,7 +215,7 @@ venv = ".venv" # --------------------------------------------------------------------------- [tool.commitizen] name = "cz_conventional_commits" -version = "0.2.2" # x-release-please-version +version = "0.2.3" # x-release-please-version tag_format = "v$version" # --------------------------------------------------------------------------- diff --git a/src/synthorg/__init__.py b/src/synthorg/__init__.py index ac3aaa0253..999defc983 100644 --- a/src/synthorg/__init__.py +++ b/src/synthorg/__init__.py @@ -1,3 +1,3 @@ """SynthOrg - Framework for building synthetic organizations.""" -__version__ = "0.2.2" # x-release-please-version +__version__ = "0.2.3" # x-release-please-version