Skip to content

Commit

Permalink
chore(CI/CD): bump version 0.2.1 -> 0.2.2 (#9)
Browse files Browse the repository at this point in the history
* chore(CI/CD): bump version 0.2.1 -> 0.2.2

* docs: update CHANGELOG.md

---------

Co-authored-by: RaczeQ <[email protected]>
  • Loading branch information
RaczeQ and RaczeQ authored Oct 23, 2024
1 parent 5fa3bdb commit dff0fe7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.2] - 2024-10-23

## [0.2.1] - 2024-10-23

### Added
Expand Down Expand Up @@ -56,7 +58,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Plotting basic functionality with CLI

[Unreleased]: https://github.com/RaczeQ/pixel-map/compare/0.2.1...HEAD
[Unreleased]: https://github.com/RaczeQ/pixel-map/compare/0.2.2...HEAD

[0.2.2]: https://github.com/RaczeQ/pixel-map/compare/0.2.1...0.2.2

[0.2.1]: https://github.com/RaczeQ/pixel-map/compare/0.2.0...0.2.1

Expand Down
2 changes: 1 addition & 1 deletion pixel_map/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Pixel-map library."""

__app_name__ = "pixel-map"
__version__ = "0.2.1"
__version__ = "0.2.2"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pixel-map"
version = "0.2.1"
version = "0.2.2"
description = "A Python CLI tool for plotting geo files in the terminal"
authors = [{ name = "Kamil Raczycki", email = "[email protected]" }]
dependencies = [
Expand Down Expand Up @@ -128,7 +128,7 @@ close-quotes-on-newline = true
wrap-one-line = true

[tool.bumpver]
current_version = "0.2.1"
current_version = "0.2.2"
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
commit_message = "chore(CI/CD): bump version {old_version} -> {new_version}"
commit = true
Expand Down

0 comments on commit dff0fe7

Please sign in to comment.