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.12.0] - 2024-11-03
11
+
10
12
### Added
11
13
12
14
- Option to pass custom SQL filters with ` custom_sql_filter ` (and ` --custom-sql-filter ` ) parameter [ #67 ] ( https://github.com/kraina-ai/quackosm/issues/67 )
@@ -419,7 +421,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
419
421
- Created QuackOSM repository
420
422
- Implemented PbfFileReader
421
423
422
- [ Unreleased ] : https://github.com/kraina-ai/quackosm/compare/0.11.4...HEAD
424
+ [ Unreleased ] : https://github.com/kraina-ai/quackosm/compare/0.12.0...HEAD
425
+
426
+ [ 0.12.0 ] : https://github.com/kraina-ai/quackosm/compare/0.11.4...0.12.0
423
427
424
428
[ 0.11.4 ] : https://github.com/kraina-ai/quackosm/compare/0.11.3...0.11.4
425
429
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " QuackOSM"
3
- version = " 0.11.4 "
3
+ version = " 0.12.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.11.4 "
176
+ current_version = " 0.12.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.11.4 "
24
+ __version__ = "0.12.0 "
25
25
26
26
__all__ = [
27
27
"PbfFileReader" ,
You can’t perform that action at this time.
0 commit comments