Skip to content

Commit 394b2b6

Browse files
Merge pull request #289 from wphillipmoore/chore/bump-version-1.1.5
chore: bump version to 1.1.5
2 parents 3f993da + 6c57471 commit 394b2b6

5 files changed

Lines changed: 52 additions & 23 deletions

File tree

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,35 @@ 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.4] - 2026-02-16
9+
10+
### Bug fixes
11+
12+
- remove extra blank line in CHANGELOG.md
13+
- disable MD041 for mkdocs snippet-include files
14+
- correct snippets base_path resolution for fragment includes (#267)
15+
- run mike from repo root so snippet base_path resolves in CI (#268)
16+
17+
### Documentation
18+
19+
- migrate from Sphinx to MkDocs Material
20+
- fix attribute names, stale auth claim, and bare pages (#251)
21+
- address medium-severity documentation consistency findings (#253)
22+
- address cross-library documentation consistency nits (#259)
23+
- switch to shared fragment includes from common repo (#264)
24+
- add quality gates documentation page
25+
- remove Python-specific design choices and beta status from rationale
26+
- update CLAUDE.md architecture section for current codebase (#276)
27+
28+
### Features
29+
30+
- add Tier 1 security tooling (CodeQL, attestations, license compliance)
31+
- add Trivy and Semgrep CI jobs and SBOM generation
32+
33+
### Refactoring
34+
35+
- convert mapping data from Python module to JSON file (#274)
36+
837
## [1.1.3] - 2026-02-15
938

1039
### 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.4"
7+
version = "1.1.5"
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cyclonedx-python-lib==11.6.0
1717
# via pip-audit
1818
defusedxml==0.7.1
1919
# via py-serializable
20-
filelock==3.24.0
20+
filelock==3.24.2
2121
# via cachecontrol
2222
idna==3.11
2323
# via requests
@@ -53,7 +53,7 @@ pip-audit==2.10.0
5353
pip-licenses==5.5.1
5454
pip-requirements-parser==32.0.1
5555
# via pip-audit
56-
platformdirs==4.9.1
56+
platformdirs==4.9.2
5757
# via pip-audit
5858
pluggy==1.6.0
5959
# via

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cyclonedx-python-lib==11.6.0
1717
# via pip-audit
1818
defusedxml==0.7.1
1919
# via py-serializable
20-
filelock==3.24.0
20+
filelock==3.24.2
2121
# via cachecontrol
2222
idna==3.11
2323
# via requests
@@ -53,7 +53,7 @@ pip-audit==2.10.0
5353
pip-licenses==5.5.1
5454
pip-requirements-parser==32.0.1
5555
# via pip-audit
56-
platformdirs==4.9.1
56+
platformdirs==4.9.2
5757
# via pip-audit
5858
pluggy==1.6.0
5959
# via

uv.lock

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

0 commit comments

Comments
 (0)