File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.14.1] - 2025-05-23
11
+
10
12
### Added
11
13
12
14
- 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
466
468
- Created QuackOSM repository
467
469
- Implemented PbfFileReader
468
470
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
470
474
471
475
[ 0.14.0 ] : https://github.com/kraina-ai/quackosm/compare/0.13.0...0.14.0
472
476
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " QuackOSM"
3
- version = " 0.14.0 "
3
+ version = " 0.14.1 "
4
4
description = " An open-source tool for reading OpenStreetMap PBF files using DuckDB"
5
5
authors = [{ name = " Kamil Raczycki" , email = " kraczycki@kraina.ai" }]
6
6
dependencies = [
@@ -174,7 +174,7 @@ close-quotes-on-newline = true
174
174
wrap-one-line = true
175
175
176
176
[tool .bumpver ]
177
- current_version = " 0.14.0 "
177
+ current_version = " 0.14.1 "
178
178
version_pattern = " MAJOR.MINOR.PATCH[PYTAGNUM]"
179
179
commit_message = " chore(CI/CD): bump version {old_version} -> {new_version}"
180
180
commit = true
Original file line number Diff line number Diff line change 21
21
from quackosm .pbf_file_reader import PbfFileReader
22
22
23
23
__app_name__ = "QuackOSM"
24
- __version__ = "0.14.0 "
24
+ __version__ = "0.14.1 "
25
25
26
26
__all__ = [
27
27
"PbfFileReader" ,
You can’t perform that action at this time.
0 commit comments