Skip to content

Commit 7f8fce5

Browse files
chore(release): 1.9.3 [skip ci]
1 parent b91f173 commit 7f8fce5

File tree

2 files changed

+48
-1
lines changed

2 files changed

+48
-1
lines changed

CHANGELOG.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "peakbagger"
7-
version = "1.9.2"
7+
version = "1.9.3"
88
description = "Explore mountain peak data from PeakBagger.com directly in your terminal. Search peaks by name, view comprehensive details, browse ascent trip reports, analyze seasonal climbing patterns, and export data as JSON. Built for hikers, climbers, and data enthusiasts."
99
readme = "README.md"
1010
requires-python = ">=3.12"

0 commit comments

Comments
 (0)