Skip to content

Commit 4a545b6

Browse files
Merge pull request #336 from wphillipmoore/chore/bump-version-1.1.9
chore: bump version to 1.1.9
2 parents f0d95b9 + 32b93c5 commit 4a545b6

5 files changed

Lines changed: 99 additions & 73 deletions

File tree

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,32 @@ 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.8] - 2026-02-19
9+
10+
### Bug fixes
11+
12+
- sync shared tooling to v1.0.2
13+
- revert Python 3.10 CI matrix expansion (#323)
14+
- sync hook and lint scripts from standards-and-conventions (#324)
15+
16+
### CI
17+
18+
- auto-add issues to GitHub Project (#319)
19+
20+
### Documentation
21+
22+
- rename mq-dev-environment references to mq-rest-admin-dev-environment (#325)
23+
24+
### Features
25+
26+
- sync shared tooling from standard-tooling v1.0.0
27+
- extend CI matrix to Python 3.10+ to discover minimum supported version (#322)
28+
29+
### Refactoring
30+
31+
- use shared docs-deploy composite action (#329)
32+
- use shared composite actions for publish and release gates (#333)
33+
834
## [1.1.7] - 2026-02-17
935

1036
### 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.8"
7+
version = "1.1.9"
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ cyclonedx-python-lib==11.6.0
1717
# via pip-audit
1818
defusedxml==0.7.1
1919
# via py-serializable
20-
filelock==3.24.2
20+
filelock==3.24.3
2121
# via cachecontrol
2222
idna==3.11
2323
# via requests
2424
iniconfig==2.3.0
2525
# via pytest
26-
librt==0.8.0 ; platform_python_implementation != 'PyPy'
26+
librt==0.8.1 ; platform_python_implementation != 'PyPy'
2727
# via mypy
2828
license-expression==30.4.4
2929
# via cyclonedx-python-lib
@@ -77,7 +77,7 @@ requests==2.32.5
7777
# cachecontrol
7878
# pip-audit
7979
# pymqrest
80-
rich==14.3.2
80+
rich==14.3.3
8181
# via pip-audit
8282
ruff==0.15.1
8383
sortedcontainers==2.4.0

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ cyclonedx-python-lib==11.6.0
1717
# via pip-audit
1818
defusedxml==0.7.1
1919
# via py-serializable
20-
filelock==3.24.2
20+
filelock==3.24.3
2121
# via cachecontrol
2222
idna==3.11
2323
# via requests
2424
iniconfig==2.3.0
2525
# via pytest
26-
librt==0.8.0 ; platform_python_implementation != 'PyPy'
26+
librt==0.8.1 ; platform_python_implementation != 'PyPy'
2727
# via mypy
2828
license-expression==30.4.4
2929
# via cyclonedx-python-lib
@@ -77,7 +77,7 @@ requests==2.32.5
7777
# cachecontrol
7878
# pip-audit
7979
# pymqrest
80-
rich==14.3.2
80+
rich==14.3.3
8181
# via pip-audit
8282
ruff==0.15.1
8383
sortedcontainers==2.4.0

0 commit comments

Comments
 (0)