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.13.0] - 2025-02-26
11
+
10
12
### Changed
11
13
12
14
- Shortened the cache file paths hashes from default 64 characters to 8 [ #188 ] ( https://github.com/kraina-ai/quackosm/issues/188 )
@@ -432,7 +434,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
432
434
- Created QuackOSM repository
433
435
- Implemented PbfFileReader
434
436
435
- [ Unreleased ] : https://github.com/kraina-ai/quackosm/compare/0.12.1...HEAD
437
+ [ Unreleased ] : https://github.com/kraina-ai/quackosm/compare/0.13.0...HEAD
438
+
439
+ [ 0.13.0 ] : https://github.com/kraina-ai/quackosm/compare/0.12.1...0.13.0
436
440
437
441
[ 0.12.1 ] : https://github.com/kraina-ai/quackosm/compare/0.12.0...0.12.1
438
442
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " QuackOSM"
3
- version = " 0.12.1 "
3
+ version = " 0.13.0 "
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 = [
@@ -173,7 +173,7 @@ close-quotes-on-newline = true
173
173
wrap-one-line = true
174
174
175
175
[tool .bumpver ]
176
- current_version = " 0.12.1 "
176
+ current_version = " 0.13.0 "
177
177
version_pattern = " MAJOR.MINOR.PATCH[PYTAGNUM]"
178
178
commit_message = " chore(CI/CD): bump version {old_version} -> {new_version}"
179
179
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.12.1 "
24
+ __version__ = "0.13.0 "
25
25
26
26
__all__ = [
27
27
"PbfFileReader" ,
You can’t perform that action at this time.
0 commit comments