22
33All notable changes to this project will be documented in this file.
44
5- ## [ Unreleased]
5+ ## [ 0.1.8] - 2026-04-20
6+
7+ ### Bug Fixes
8+
9+ - restore PR head branch detection lost in #172 merge (#173 )
10+ - Modify tag creation process in tag-on-merge workflow (#174 )
11+ - Update CodeBuild action version and add trigger (#175 )
12+ - forks skip codebuild (#178 )
13+ - present extension opt-in prompts in user's conversation language (#177 )
14+ - Minor updates to README (#192 )
15+
16+ ### CI/CD
17+
18+ - add markdownlint infrastructure (#159 )
19+
20+ ### Features
21+
22+ - post trend report executive summary as PR comment (#172 )
23+ - add security scanners workflow (#161 )
24+ - agent-driven setup — drop the manual steps (#109 )
25+
26+ ### Miscellaneous
27+
28+ - bump cryptography in /scripts/aidlc-evaluator (#179 )
29+ - bump pytest in /scripts/aidlc-evaluator (#184 )
30+ - bump pillow in /scripts/aidlc-evaluator (#183 )
31+ - Fix CodeQL action versions in workflow (#191 )
32+ - bump python-multipart in /scripts/aidlc-evaluator (#186 )
633
734## [ 0.1.7] - 2026-04-02
835
@@ -19,26 +46,12 @@ All notable changes to this project will be documented in this file.
1946- use PR head branch for rules-ref instead of merge ref (#168 )
2047- write aidlc-rules/VERSION in release PR to trigger CodeBuild (#169 )
2148
22- ### CI/CD
23-
24- - add markdownlint infrastructure (config, CI workflow, pre-commit)
25- - fix MD041 in CODE_OF_CONDUCT.md, re-enable rule
26-
2749### Documentation
2850
2951- add developer's guide for running CodeBuild locally (#94 )
3052- add working-with-aidlc interaction guide and writing-inputs documents (#121 )
3153- comprehensive documentation review and remediation (#113 )
3254
33- - enforce MD060 aligned table style, fix 1645 violations
34-
35- ## [ 0.1.6] - 2026-03-05
36-
37- ### Bug Fixes
38-
39- - codebuild cache and download fix (#93 )
40- - correct copy-paste error in error-handling.md (#96 )
41-
4255### Features
4356
4457- add code owners (#112 )
@@ -59,7 +72,12 @@ All notable changes to this project will be documented in this file.
5972- bump pygments in /scripts/aidlc-evaluator (#151 )
6073- bump aiohttp in /scripts/aidlc-evaluator (#163 )
6174
62- ## [ 0.1.5] - 2026-02-24
75+ ## [ 0.1.6] - 2026-03-05
76+
77+ ### Bug Fixes
78+
79+ - codebuild cache and download fix (#93 )
80+ - correct copy-paste error in error-handling.md (#96 )
6381
6482### Features
6583
@@ -120,3 +138,5 @@ All notable changes to this project will be documented in this file.
120138### Features
121139
122140- add Kiro CLI support and multi-platform architecture
141+
142+
0 commit comments