add changelog
This commit is contained in:
parent
afcf6553a7
commit
3c573ea69f
|
|
@ -0,0 +1,12 @@
|
||||||
|
# Changelog
|
||||||
|
|
||||||
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [0.6.0] - 2024-12-17
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- New `file_str_replace` tool for performing exact string replacements in files with unique match validation
|
||||||
|
- New `write_file_tool` for writing content to files with rich output formatting and comprehensive error handling
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
"""Version information."""
|
"""Version information."""
|
||||||
|
|
||||||
__version__ = "0.5.1"
|
__version__ = "0.6.0"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue