add changelog

This commit is contained in:
AI Christianson 2024-12-17 08:28:18 -05:00
parent afcf6553a7
commit 3c573ea69f
2 changed files with 13 additions and 1 deletions

12
CHANGELOG.md Normal file
View File

@ -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

View File

@ -1,3 +1,3 @@
"""Version information.""" """Version information."""
__version__ = "0.5.1" __version__ = "0.6.0"