Skip to content

Commit a023990

Browse files
authored
Merge pull request #53 from Chat2AnyLLM/release/1.4.0
chore(release): cut 1.4.0
2 parents 0fc1419 + 23202b1 commit a023990

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-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.2.0" # Fallback to hardcoded version
21+
__version__ = "1.4.0" # Fallback to hardcoded version
2222
__author__ = "Code Assistant Manager Contributors"
2323

2424
from .config import ConfigManager

docs/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [1.4.0] - 2026-02-26
6+
57
### Added
68
- **Fancy Name Generation**: ✨ Auto-generate creative prompt names like "Cosmic Coder" or "Quantum Assistant" when adding or importing prompts
79
- **Enhanced Prompt Update Command**: New `cam prompt update` command with `--file` option to update prompt content, description, name, and default status

0 commit comments

Comments
 (0)