Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.21
current_version = 1.1.22
commit = True
tag = False

Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "scripts"
version = "1.1.21"
version = "1.1.22"
description = "CICD Core Scripts"
authors = ["B <g46327wsj1.marbling129@passinbox.com>"]
license = "GLPv3"
Expand Down
Loading