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,18 @@ 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.5] - 2026-02-16
9+
10+ ### Bug fixes
11+
12+ - move SBOM generation after PyPI publish step (#284 ) (#287 )
13+ - sync prepare_release.py merge message fix from canonical (#291 )
14+ - sync prepare_release.py changelog conflict fix from canonical (#293 )
15+
16+ ### Styling
17+
18+ - fix ruff lint errors in prepare_release.py (#288 )
19+
820## [ 1.1.4] - 2026-02-16
921
1022### Bug fixes
@@ -13,6 +25,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
1325- disable MD041 for mkdocs snippet-include files
1426- correct snippets base_path resolution for fragment includes (#267 )
1527- run mike from repo root so snippet base_path resolves in CI (#268 )
28+ - remove PR_BUMP_TOKEN and add issue linkage to version bump PR
29+ - rename integration-test job to integration-tests
30+ - move SBOM generation after PyPI publish step (#284 )
31+ - sync prepare_release.py with canonical version (#286 )
1632
1733### Documentation
1834
You can’t perform that action at this time.
0 commit comments