From b429bcd8721e3bdb46ab0e5ff58c0556033ea047 Mon Sep 17 00:00:00 2001 From: Kraina CI/CD Date: Wed, 10 Jan 2024 01:02:22 +0000 Subject: [PATCH 1/2] chore(CI/CD): bump version 0.3.1 -> 0.3.2 --- pyproject.toml | 4 ++-- quackosm/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8fb571b..c855c15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "QuackOSM" -version = "0.3.1" +version = "0.3.2" description = "An open-source tool for reading OpenStreetMap PBF files using DuckDB" authors = [{ name = "Kamil Raczycki", email = "kraczycki@kraina.ai" }] dependencies = [ @@ -152,7 +152,7 @@ close-quotes-on-newline = true wrap-one-line = true [tool.bumpver] -current_version = "0.3.1" +current_version = "0.3.2" version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]" commit_message = "chore(CI/CD): bump version {old_version} -> {new_version}" commit = true diff --git a/quackosm/__init__.py b/quackosm/__init__.py index e80b917..4c562c1 100644 --- a/quackosm/__init__.py +++ b/quackosm/__init__.py @@ -9,7 +9,7 @@ from quackosm.pbf_file_reader import PbfFileReader __app_name__ = "QuackOSM" -__version__ = "0.3.1" +__version__ = "0.3.2" __all__ = [ "PbfFileReader", From bcfa69ebeaf8584caea406cdf8646aa4072c32eb Mon Sep 17 00:00:00 2001 From: Kraina CI/CD Date: Wed, 10 Jan 2024 01:02:23 +0000 Subject: [PATCH 2/2] docs: update CHANGELOG.md --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92a34ec..e95a660 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.2] - 2024-01-10 + ### Added - Option to pass `parquet_compression` parameter to DuckDB @@ -60,7 +62,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Created QuackOSM repository - Implemented PbfFileReader -[Unreleased]: https://github.com/kraina-ai/quackosm/compare/0.3.1...HEAD +[Unreleased]: https://github.com/kraina-ai/quackosm/compare/0.3.2...HEAD + +[0.3.2]: https://github.com/kraina-ai/quackosm/compare/0.3.1...0.3.2 [0.3.1]: https://github.com/kraina-ai/quackosm/compare/0.3.0...0.3.1