From f38a74e9c4cbd8e1238f94a903c1310fdc1755d8 Mon Sep 17 00:00:00 2001 From: Mathieu BARLEON Date: Wed, 8 Jul 2026 16:02:50 +0200 Subject: [PATCH 1/2] fix: test ci --- src/splinter3d_style/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/splinter3d_style/main.py b/src/splinter3d_style/main.py index 2bb4de9..3d29ed1 100644 --- a/src/splinter3d_style/main.py +++ b/src/splinter3d_style/main.py @@ -1,3 +1,3 @@ def main() -> int: - print("All checks passed!") # True because there are no checks + print("All checks passed!") # True because there are no checks (for now) return 0 From cea09088370707323be93751df6857c70915a3dc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 14:03:44 +0000 Subject: [PATCH 2/2] chore(release): 0.2.2rc1 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d3539f..bf1394e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## v0.2.2-rc.1 (2026-07-08) + +### Fix + +- test ci +- workflow definitions + ## v0.2.1 (2026-07-08) ### Fix diff --git a/pyproject.toml b/pyproject.toml index df491ed..99ee86c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "splinter3d_style" -version = "0.2.1" +version = "0.2.2rc1" description = "A style checker for Splinter3D projects." readme = ".github/README.md" requires-python = ">=3.10,<4.0"