@@ -129,6 +129,53 @@ Co-Authored-By: Claude <noreply@anthropic.com>
129129
130130<!-- version list -->
131131
132+ ## v1.9.3 (2025-11-01)
133+
134+ ### Bug Fixes
135+
136+ - Combine nested with statements per ruff SIM117
137+ ([ #54 ] ( https://github.com/dreamiurg/peakbagger-cli/pull/54 ) ,
138+ [ ` c3df275 ` ] ( https://github.com/dreamiurg/peakbagger-cli/commit/c3df275243822dd691b0232b605fdc410f15eaf4 ) )
139+
140+ - Resolve CodeQL false positive in user agent test
141+ ([ #53 ] ( https://github.com/dreamiurg/peakbagger-cli/pull/53 ) ,
142+ [ ` b91f173 ` ] ( https://github.com/dreamiurg/peakbagger-cli/commit/b91f17306d2fbe493cd122651b08a3c45633a251 ) )
143+
144+ ### Continuous Integration
145+
146+ - Improve OpenSSF Scorecard from 4.8 to ~ 7.5-8.0/10
147+ ([ #53 ] ( https://github.com/dreamiurg/peakbagger-cli/pull/53 ) ,
148+ [ ` b91f173 ` ] ( https://github.com/dreamiurg/peakbagger-cli/commit/b91f17306d2fbe493cd122651b08a3c45633a251 ) )
149+
150+ - Trigger checks re-run ([ #53 ] ( https://github.com/dreamiurg/peakbagger-cli/pull/53 ) ,
151+ [ ` b91f173 ` ] ( https://github.com/dreamiurg/peakbagger-cli/commit/b91f17306d2fbe493cd122651b08a3c45633a251 ) )
152+
153+ ### Documentation
154+
155+ - Remove personal email and emojis from security policy
156+ ([ #53 ] ( https://github.com/dreamiurg/peakbagger-cli/pull/53 ) ,
157+ [ ` b91f173 ` ] ( https://github.com/dreamiurg/peakbagger-cli/commit/b91f17306d2fbe493cd122651b08a3c45633a251 ) )
158+
159+ - Rewrite security policy to reflect hobby project reality
160+ ([ #53 ] ( https://github.com/dreamiurg/peakbagger-cli/pull/53 ) ,
161+ [ ` b91f173 ` ] ( https://github.com/dreamiurg/peakbagger-cli/commit/b91f17306d2fbe493cd122651b08a3c45633a251 ) )
162+
163+ ### Refactoring
164+
165+ - Use importlib.metadata for version management
166+ ([ #53 ] ( https://github.com/dreamiurg/peakbagger-cli/pull/53 ) ,
167+ [ ` b91f173 ` ] ( https://github.com/dreamiurg/peakbagger-cli/commit/b91f17306d2fbe493cd122651b08a3c45633a251 ) )
168+
169+ ### Testing
170+
171+ - Add comprehensive error handling tests to reach 91% coverage
172+ ([ #54 ] ( https://github.com/dreamiurg/peakbagger-cli/pull/54 ) ,
173+ [ ` c3df275 ` ] ( https://github.com/dreamiurg/peakbagger-cli/commit/c3df275243822dd691b0232b605fdc410f15eaf4 ) )
174+
175+ - More of them
176+ ([ ` 96a3059 ` ] ( https://github.com/dreamiurg/peakbagger-cli/commit/96a3059019e73bb23c5e0d757eac7ae4131758c5 ) )
177+
178+
132179## v1.9.2 (2025-11-01)
133180
134181### Bug Fixes
0 commit comments