Skip to content

Commit b960a69

Browse files
committed
chore(core): Bump version to 0.2.2
Updated the package version from 0.2.1 to 0.2.2 in setup.py. Added several new ANSI color codes to the Colors class for enhanced terminal output formatting. Affected files: - M setup.py - M smart_git_commit/smart_git_commit.py
1 parent 06608ee commit b960a69

File tree

2 files changed

+260
-113
lines changed

2 files changed

+260
-113
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name="smart-git-commit",
16-
version="0.2.1",
16+
version="0.2.2",
1717
description="AI-powered Git commit workflow tool",
1818
long_description=long_description,
1919
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)