Skip to content

Commit 8b25fbc

Browse files
kraina-cicdRaczeQ
andauthored
chore(CI/CD): bump version 0.11.3 -> 0.11.4 (#177)
* chore(CI/CD): bump version 0.11.3 -> 0.11.4 * docs: update CHANGELOG.md --------- Co-authored-by: Kamil Raczycki <raczyckikamil@gmail.com>
1 parent 1dc3a56 commit 8b25fbc

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.11.4] - 2024-10-28
11+
1012
### Changed
1113

1214
- 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
409411
- Created QuackOSM repository
410412
- Implemented PbfFileReader
411413

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
413417

414418
[0.11.3]: https://github.com/kraina-ai/quackosm/compare/0.11.2...0.11.3
415419

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.11.3"
3+
version = "0.11.4"
44
description = "An open-source tool for reading OpenStreetMap PBF files using DuckDB"
55
authors = [{ name = "Kamil Raczycki", email = "kraczycki@kraina.ai" }]
66
dependencies = [
@@ -173,7 +173,7 @@ close-quotes-on-newline = true
173173
wrap-one-line = true
174174

175175
[tool.bumpver]
176-
current_version = "0.11.3"
176+
current_version = "0.11.4"
177177
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
178178
commit_message = "chore(CI/CD): bump version {old_version} -> {new_version}"
179179
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.11.3"
24+
__version__ = "0.11.4"
2525

2626
__all__ = [
2727
"PbfFileReader",

0 commit comments

Comments
 (0)