Skip to content

Commit b06d44f

Browse files
kraina-cicdRaczeQ
andauthored
chore(CI/CD): bump version 0.14.0 -> 0.14.1 (#211)
* chore(CI/CD): bump version 0.14.0 -> 0.14.1 * docs: update CHANGELOG.md --------- Co-authored-by: Kamil Raczycki <raczyckikamil@gmail.com>
1 parent cf80554 commit b06d44f

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.14.1] - 2025-05-23
11+
1012
### Added
1113

1214
- Option to skip metadata tags filtering, based on a default GDAL configuration
@@ -466,7 +468,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
466468
- Created QuackOSM repository
467469
- Implemented PbfFileReader
468470

469-
[Unreleased]: https://github.com/kraina-ai/quackosm/compare/0.14.0...HEAD
471+
[Unreleased]: https://github.com/kraina-ai/quackosm/compare/0.14.1...HEAD
472+
473+
[0.14.1]: https://github.com/kraina-ai/quackosm/compare/0.14.0...0.14.1
470474

471475
[0.14.0]: https://github.com/kraina-ai/quackosm/compare/0.13.0...0.14.0
472476

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "QuackOSM"
3-
version = "0.14.0"
3+
version = "0.14.1"
44
description = "An open-source tool for reading OpenStreetMap PBF files using DuckDB"
55
authors = [{ name = "Kamil Raczycki", email = "kraczycki@kraina.ai" }]
66
dependencies = [
@@ -174,7 +174,7 @@ close-quotes-on-newline = true
174174
wrap-one-line = true
175175

176176
[tool.bumpver]
177-
current_version = "0.14.0"
177+
current_version = "0.14.1"
178178
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
179179
commit_message = "chore(CI/CD): bump version {old_version} -> {new_version}"
180180
commit = true

quackosm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from quackosm.pbf_file_reader import PbfFileReader
2222

2323
__app_name__ = "QuackOSM"
24-
__version__ = "0.14.0"
24+
__version__ = "0.14.1"
2525

2626
__all__ = [
2727
"PbfFileReader",

0 commit comments

Comments
 (0)