From ac8d13b43386457dac5c510cd2a155c0ab7aefe8 Mon Sep 17 00:00:00 2001 From: Juan Villa Date: Mon, 15 Jun 2026 17:01:38 -0500 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=90=9B=20fix(core):=20anchor=20bumpve?= =?UTF-8?q?rsion=20search=20so=20poetry-core=20stays=20fixed=20[patch=20ca?= =?UTF-8?q?ndidate]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 6 ++++++ backend/pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 87634e3..640dd8b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -4,7 +4,13 @@ commit = True tag = False [bumpversion:file:pyproject.toml] +search = version = "{current_version}" +replace = version = "{new_version}" [bumpversion:file:backend/pyproject.toml] +search = version = "{current_version}" +replace = version = "{new_version}" [bumpversion:file:frontend/package.json] +search = "version": "{current_version}" +replace = "version": "{new_version}" diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 823f0af..80788fd 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -66,5 +66,5 @@ ensure_newline_before_comments = true rcfile = ".pylintrc" [build-system] -requires = ["poetry-core>=1.0.15"] +requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api" From dd1277760d9a8167cd811a559d096d9664e8a151 Mon Sep 17 00:00:00 2001 From: Juan Villa Date: Mon, 15 Jun 2026 17:02:02 -0500 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=94=96=20Bump=20version:=201.0.15=20?= =?UTF-8?q?=E2=86=92=201.0.16?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- CHANGELOG.md | 6 ++++++ backend/pyproject.toml | 2 +- frontend/package.json | 2 +- pyproject.toml | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 640dd8b..70964eb 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.15 +current_version = 1.0.16 commit = True tag = False diff --git a/CHANGELOG.md b/CHANGELOG.md index 4840400..9548208 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.0.16] - 2026-06-15 + +### Bug Fixes + +- **core**: anchor bumpversion search so poetry-core stays fixed (`patch candidate`) + ## [1.0.15] - 2026-06-15 ### Bug Fixes diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 80788fd..00176d3 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "backend" -version = "1.0.15" +version = "1.0.16" description = "Github CICD Template Repository." authors = ["B "] license = "Other" diff --git a/frontend/package.json b/frontend/package.json index f4be8dc..159b4fa 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "frontend", - "version": "1.0.15", + "version": "1.0.16", "description": "frontend github cicd sample", "private": "true", "dependencies": { diff --git a/pyproject.toml b/pyproject.toml index db916ba..cf891fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "github-cicd-template" -version = "1.0.15" +version = "1.0.16" description = "Github CICD Template Repository" authors = ["B "] license = "Apache 2.0"