From 9b6d2c47d4c40a4f43d5144b9d022b57ea29cb70 Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Tue, 11 Nov 2025 16:21:30 -0500 Subject: [PATCH 1/3] Update hatch-build bounds --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b60a070..7eb0080 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ classifiers = [ dependencies = [ "hatchling", - "hatch-build>=0.4,<0.5", + "hatch-build>=0.4,<0.6", "pydantic", ] From a521fb6fca76dc2e5b3078c5a322d1b752061700 Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Tue, 11 Nov 2025 16:24:16 -0500 Subject: [PATCH 2/3] =?UTF-8?q?Bump=20version:=200.2.1=20=E2=86=92=200.2.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tim Paine <3105306+timkpaine@users.noreply.github.com> --- hatch_cpp/__init__.py | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hatch_cpp/__init__.py b/hatch_cpp/__init__.py index 0bd8e49..17fea63 100644 --- a/hatch_cpp/__init__.py +++ b/hatch_cpp/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.2.1" +__version__ = "0.2.2" from .config import * from .hooks import * diff --git a/pyproject.toml b/pyproject.toml index 7eb0080..6aa451d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [{name = "the hatch-cpp authors", email = "t.paine154@gmail.com"}] description = "Hatch plugin for C++ builds" readme = "README.md" license = { text = "Apache-2.0" } -version = "0.2.1" +version = "0.2.2" requires-python = ">=3.10" keywords = [ "hatch", @@ -74,7 +74,7 @@ Repository = "https://github.com/python-project-templates/hatch-cpp" Homepage = "https://github.com/python-project-templates/hatch-cpp" [tool.bumpversion] -current_version = "0.2.1" +current_version = "0.2.2" commit = true tag = false commit_args = "-s" From 9acd528bed55ab153d600910ce3f380c7556a0e9 Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Tue, 11 Nov 2025 16:26:07 -0500 Subject: [PATCH 3/3] Tag on bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6aa451d..1520a5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,7 @@ Homepage = "https://github.com/python-project-templates/hatch-cpp" [tool.bumpversion] current_version = "0.2.2" commit = true -tag = false +tag = true commit_args = "-s" [[tool.bumpversion.files]]