Skip to content

Commit 14398b2

Browse files
committed
fix(core): Bump version to 0.2.3 and revert loggin
This commit updates the package version to 0.2.3. It also reverts the logging level back to INFO from DEBUG, addressing potential verbosity concerns. This ensures the application functions as intended while maintaining appropriate logging detail. Affected files: - M setup.py - M smart_git_commit/smart_git_commit.py
1 parent 7bd6e05 commit 14398b2

File tree

2 files changed

+182
-47
lines changed

2 files changed

+182
-47
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.2",
16+
version="0.2.3",
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)