Skip to content

Commit 582dc26

Browse files
author
James Zhu
committed
Bump version to 1.2.0 for upcoming release
- Added fancy name generation for prompts - Enhanced prompt update command with --file option - Improved prompt status showing file paths - Added optional prompt names with auto-generation - Added wildcard configuration support - Updated prompt CLI command structure
1 parent 70de199 commit 582dc26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code_assistant_manager/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import setuptools_scm
1919
__version__ = setuptools_scm.get_version()
2020
except (ImportError, LookupError):
21-
__version__ = "1.1.0" # Fallback to hardcoded version
21+
__version__ = "1.2.0" # Fallback to hardcoded version
2222
__author__ = "Code Assistant Manager Contributors"
2323

2424
from .config import ConfigManager

0 commit comments

Comments
 (0)