Skip to content

Commit 54bf325

Browse files
bump: version 0.6.2 → 0.6.3
1 parent 227618f commit 54bf325

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## v0.6.3 (2025-06-01)
4+
5+
### Refactor
6+
7+
- update linter tools, python dependency and add types to application, remove black
8+
39
## v0.6.2 (2024-04-28)
410

511
### Fix

decli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from .application import cli
22

3-
__version__ = "0.6.2"
3+
__version__ = "0.6.3"
44

55
__all__ = ("cli",)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "decli"
3-
version = "0.6.2"
3+
version = "0.6.3"
44
description = "Minimal, easy-to-use, declarative cli tool"
55
authors = ["Santiago Fraire <santiwilly@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)