Skip to content

Commit

Permalink
chore(CI/CD): bump version 0.6.0 -> 0.6.1 (#81)
Browse files Browse the repository at this point in the history
* chore(CI/CD): bump version 0.6.0 -> 0.6.1

* docs: update CHANGELOG.md
  • Loading branch information
kraina-cicd committed Apr 17, 2024
1 parent e309990 commit b94055f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.1] - 2024-04-17

### Changed

- Set minimal `duckdb` version to `0.10.2`
Expand Down Expand Up @@ -184,7 +186,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.6.0...HEAD
[Unreleased]: https://github.com/kraina-ai/quackosm/compare/0.6.1...HEAD

[0.6.1]: https://github.com/kraina-ai/quackosm/compare/0.6.0...0.6.1

[0.6.0]: https://github.com/kraina-ai/quackosm/compare/0.5.3...0.6.0

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "QuackOSM"
version = "0.6.0"
version = "0.6.1"
description = "An open-source tool for reading OpenStreetMap PBF files using DuckDB"
authors = [{ name = "Kamil Raczycki", email = "kraczycki@kraina.ai" }]
dependencies = [
Expand Down Expand Up @@ -174,7 +174,7 @@ close-quotes-on-newline = true
wrap-one-line = true

[tool.bumpver]
current_version = "0.6.0"
current_version = "0.6.1"
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
commit_message = "chore(CI/CD): bump version {old_version} -> {new_version}"
commit = true
Expand Down
2 changes: 1 addition & 1 deletion quackosm/__init__.py
Expand Up @@ -14,7 +14,7 @@
from quackosm.pbf_file_reader import PbfFileReader

__app_name__ = "QuackOSM"
__version__ = "0.6.0"
__version__ = "0.6.1"

__all__ = [
"PbfFileReader",
Expand Down

0 comments on commit b94055f

Please sign in to comment.