From feba9ef3f4049aeb83da182df6274be653fcaf0e Mon Sep 17 00:00:00 2001 From: Juan Villa Date: Mon, 15 Jun 2026 09:52:27 -0500 Subject: [PATCH 1/2] chore(core): promote release through to main [patch candidate] From da08aac4097722e86a8fd956ce54724caf46fe3a Mon Sep 17 00:00:00 2001 From: Juan Villa Date: Mon, 15 Jun 2026 09:52:32 -0500 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=94=96=20Bump=20version:=201.1.21=20?= =?UTF-8?q?=E2=86=92=201.1.22?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 1925afd..48f625f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.21 +current_version = 1.1.22 commit = True tag = False diff --git a/CHANGELOG.md b/CHANGELOG.md index 24cf3bc..b4c5c8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [1.1.22] - 2026-06-15 + +### Bug Fixes + +- **deps**: split runtime and dev requirements and resolve requests advisory +- **core**: restage tracked changes and retry amend in version bump hook + +### Chores + +- **core**: promote release through to main (`patch candidate`) +- **core**: merge test into dev to resolve 1.1.21 promotion conflicts + ## [1.1.21] - 2026-06-15 ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 13755c9..6a63a1b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "scripts" -version = "1.1.21" +version = "1.1.22" description = "CICD Core Scripts" authors = ["B "] license = "GLPv3"