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.11.4] - 2024-10-28
11
+
10
12
### Changed
11
13
12
14
- Improved multiprocessing intersection algorithm by early stopping processes start-up if finished quicker than expected
@@ -409,7 +411,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
409
411
- Created QuackOSM repository
410
412
- Implemented PbfFileReader
411
413
412
- [ Unreleased ] : https://github.com/kraina-ai/quackosm/compare/0.11.3...HEAD
414
+ [ Unreleased ] : https://github.com/kraina-ai/quackosm/compare/0.11.4...HEAD
415
+
416
+ [ 0.11.4 ] : https://github.com/kraina-ai/quackosm/compare/0.11.3...0.11.4
413
417
414
418
[ 0.11.3 ] : https://github.com/kraina-ai/quackosm/compare/0.11.2...0.11.3
415
419
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " QuackOSM"
3
- version = " 0.11.3 "
3
+ version = " 0.11.4 "
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.11.3 "
176
+ current_version = " 0.11.4 "
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.11.3 "
24
+ __version__ = "0.11.4 "
25
25
26
26
__all__ = [
27
27
"PbfFileReader" ,
You can’t perform that action at this time.
0 commit comments