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,35 @@ 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.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
You can’t perform that action at this time.
0 commit comments