Skip to content

Commit bd373ef

Browse files
chore(release): 1.6.1 [skip ci]
## [1.6.1](v1.6.0...v1.6.1) (2025-10-24) ### Bug Fixes * sort ascents by date before applying limit ([#14](#14)) ([9b6c76c](9b6c76c))
1 parent 9b6c76c commit bd373ef

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.6.1](https://github.com/dreamiurg/peakbagger-cli/compare/v1.6.0...v1.6.1) (2025-10-24)
2+
3+
4+
### Bug Fixes
5+
6+
* sort ascents by date before applying limit ([#14](https://github.com/dreamiurg/peakbagger-cli/issues/14)) ([9b6c76c](https://github.com/dreamiurg/peakbagger-cli/commit/9b6c76c3ea3b7c8d3b6bd794bf1bf7c30cda4f84))
7+
18
# [1.6.0](https://github.com/dreamiurg/peakbagger-cli/compare/v1.5.0...v1.6.0) (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.0"
3+
__version__ = "1.6.1"

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.0"
7+
version = "1.6.1"
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)