Skip to content

Commit f551766

Browse files
Merge pull request #347 from wphillipmoore/chore/bump-version-1.1.10
chore: bump version to 1.1.10
2 parents 5afbc7c + ca92d81 commit f551766

5 files changed

Lines changed: 41 additions & 53 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](https://semver.org/).
77

8+
## [1.1.9] - 2026-02-20
9+
10+
### Documentation
11+
12+
- ban MEMORY.md usage in CLAUDE.md (#339)
13+
- ban heredocs in shell commands (#340)
14+
15+
### Features
16+
17+
- add category prefixes to job names (#338)
18+
- adopt validate_local.sh dispatch architecture (#341)
19+
820
## [1.1.8] - 2026-02-19
921

1022
### Bug fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pymqrest"
7-
version = "1.1.9"
7+
version = "1.1.10"
88
description = "Python wrapper for the IBM MQ REST API"
99
readme = "README.md"
1010
license = "GPL-3.0-or-later"

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ requests==2.32.5
7979
# pymqrest
8080
rich==14.3.3
8181
# via pip-audit
82-
ruff==0.15.1
82+
ruff==0.15.2
8383
sortedcontainers==2.4.0
8484
# via cyclonedx-python-lib
8585
tomli==2.4.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ requests==2.32.5
7979
# pymqrest
8080
rich==14.3.3
8181
# via pip-audit
82-
ruff==0.15.1
82+
ruff==0.15.2
8383
sortedcontainers==2.4.0
8484
# via cyclonedx-python-lib
8585
tomli==2.4.0

uv.lock

Lines changed: 26 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)