From e6282cfa0a22e8d320179f19d3889fe6199cdb53 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 13:42:37 +0000 Subject: [PATCH] chore(release): 0.2.0rc2 --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1e4d41..8f2728c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.2.0-rc.2 (2026-07-08) + +### Fix + +- pre-release flow + ## v0.2.0-rc.1 (2026-07-08) ### Feat diff --git a/pyproject.toml b/pyproject.toml index da0c86b..2d4705f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "splinter3d_style" -version = "0.2.0rc1" +version = "0.2.0rc2" description = "A style checker for Splinter3D projects." readme = ".github/README.md" requires-python = ">=3.10,<4.0"