Skip to content

Commit

Permalink
chore(release): bump version 0.2.2 -> 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zen-xu committed Dec 31, 2024
1 parent 6c46ea0 commit 869d07e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## [0.2.3](https://github.com/zen-xu/plan_d/compare/0.2.2..0.2.3) - 2024-12-31

### 🐛 Bug Fixes

- Resolve imports error when python<3.11 ([#53](https://github.com/zen-xu/plan_d/issues/53)) - ([6c46ea0](https://github.com/zen-xu/plan_d/commit/6c46ea0db78f8080100882cb95502ea0df2f22f8))

## [0.2.2](https://github.com/zen-xu/plan_d/compare/0.2.1..0.2.2) - 2024-11-01

### 🚜 Refactor
Expand Down
2 changes: 1 addition & 1 deletion plan_d/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from __future__ import annotations


__version__ = "0.2.2"
__version__ = "0.2.3"
__authors__ = [
"ZhengYu, Xu <zen-xu@outlook.com>",
]
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["ZhengYu, Xu <zen-xu@outlook.com>"]
description = "Python Language's Another Nonpareil remote Debugger"
name = "plan-d"
readme = "README.md"
version = "0.2.2" # version anchor
version = "0.2.3" # version anchor
license = "MIT"
keywords = ["debugger", "remote", "ipython"]
classifiers = [
Expand Down Expand Up @@ -44,7 +44,7 @@ requires = ["poetry-core"]
[tool.commitizen]
bump_message = "chore(release): bump version $current_version -> $new_version"
pre_bump_hooks = ["./update-changelog.sh"]
version = "0.2.2" # version anchor
version = "0.2.3" # version anchor
version_files = ["pyproject.toml:version anchor", "plan_d/__init__.py"]

[tool.ruff]
Expand Down

0 comments on commit 869d07e

Please sign in to comment.