Release 1.1.1 (2026-02-27)¶
Bug fixes¶
- fix CHANGELOG.md formatting for markdownlint compliance
- escape glob patterns in CHANGELOG.md for markdownlint
- update add-to-project action to v1.0.2 (#42)
- update consuming repos to language-specific library names (#45)
Documentation¶
- add MkDocs site, docs deployment workflow, and update repository profile (#44)
- replace stale script references with st-* commands (#48)
-
complete documentation site with onboarding, port allocation, and env var references (#55) Add new-repo onboarding guide, port allocation reference, and environment variables reference. Update CI integration page with qm1-mq-port/qm2-mq-port inputs and matrix example. Add Setup and Reference nav sections to mkdocs.yml. Replace inline env vars in development.md with link to dedicated page.
-
add Releases nav section to documentation site (#57) Add Releases tab (Changelog + Release Notes) as the second nav entry after Home, consistent with mq-rest-admin-common and language repos. The docs-deploy action populates changelog.md and releases/index.md at build time.
Refactoring¶
- remove docs-only detection and add tier-1 validation scripts (#50) Remove deleted docs-only-detect action reference from CI workflow. Add standard tier-1 scripts (lint.sh, test.sh, audit.sh) to scripts/dev/.