File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,32 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/ )
66and 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " pymqrest"
7- version = " 1.1.8 "
7+ version = " 1.1.9 "
88description = " Python wrapper for the IBM MQ REST API"
99readme = " README.md"
1010license = " GPL-3.0-or-later"
Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ cyclonedx-python-lib==11.6.0
1717 # via pip-audit
1818defusedxml == 0.7.1
1919 # via py-serializable
20- filelock == 3.24.2
20+ filelock == 3.24.3
2121 # via cachecontrol
2222idna == 3.11
2323 # via requests
2424iniconfig == 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
2828license-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
8282ruff == 0.15.1
8383sortedcontainers == 2.4.0
Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ cyclonedx-python-lib==11.6.0
1717 # via pip-audit
1818defusedxml == 0.7.1
1919 # via py-serializable
20- filelock == 3.24.2
20+ filelock == 3.24.3
2121 # via cachecontrol
2222idna == 3.11
2323 # via requests
2424iniconfig == 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
2828license-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
8282ruff == 0.15.1
8383sortedcontainers == 2.4.0
You can’t perform that action at this time.
0 commit comments