Skip to content

Commit 45cc666

Browse files
committed
chore: bump version to 0.7.0
1 parent 5cab506 commit 45cc666

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to Shello CLI will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.7.0] - 2026-03-23
9+
10+
### Fixed
11+
- Update command: guard `sys.argv[0]` exe path lookup behind `sys.frozen` check
12+
13+
### Changed
14+
- Tools: introduce tool registry and migrate to `ShelloToolBase`
15+
816
## [0.6.1] - 2026-03-21
917

1018
### Fixed

shello_cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Shello CLI
22
AI Assistant with Command Execution"""
33

4-
__version__ = "0.6.1"
4+
__version__ = "0.7.0"

0 commit comments

Comments
 (0)