Skip to content

Commit 1b21295

Browse files
chore(release): 1.6.0 [skip ci]
# [1.6.0](v1.5.0...v1.6.0) (2025-10-24) ### Features * remove table borders and prevent text truncation ([#13](#13)) ([981f647](981f647))
1 parent 981f647 commit 1b21295

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.0](https://github.com/dreamiurg/peakbagger-cli/compare/v1.5.0...v1.6.0) (2025-10-24)
2+
3+
4+
### Features
5+
6+
* remove table borders and prevent text truncation ([#13](https://github.com/dreamiurg/peakbagger-cli/issues/13)) ([981f647](https://github.com/dreamiurg/peakbagger-cli/commit/981f64765a27b1c752c0fbc961d398b993b72d93))
7+
18
# [1.5.0](https://github.com/dreamiurg/peakbagger-cli/compare/v1.4.0...v1.5.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.5.0"
3+
__version__ = "1.6.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.5.0"
7+
version = "1.6.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)