Skip to content

Commit 4ba8a2f

Browse files
chore(release): 1.7.0 [skip ci]
# [1.7.0](v1.6.3...v1.7.0) (2025-10-24) ### Features * add field parity and URLs to ascent show text output ([#18](#18)) ([5718c82](5718c82))
1 parent 5718c82 commit 4ba8a2f

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.7.0](https://github.com/dreamiurg/peakbagger-cli/compare/v1.6.3...v1.7.0) (2025-10-24)
2+
3+
4+
### Features
5+
6+
* add field parity and URLs to ascent show text output ([#18](https://github.com/dreamiurg/peakbagger-cli/issues/18)) ([5718c82](https://github.com/dreamiurg/peakbagger-cli/commit/5718c82eaeae17e83599cae22c29335f4daf8df2))
7+
18
## [1.6.3](https://github.com/dreamiurg/peakbagger-cli/compare/v1.6.2...v1.6.3) (2025-10-24)
29

310

peakbagger/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""PeakBagger CLI - A command-line interface for PeakBagger.com"""
22

3-
__version__ = "1.6.3"
3+
__version__ = "1.7.0"

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-cli"
7-
version = "1.6.3"
7+
version = "1.7.0"
88
description = "A CLI tool for searching and retrieving mountain peak data from PeakBagger.com"
99
readme = "README.md"
1010
requires-python = ">=3.12"

0 commit comments

Comments
 (0)