version bump

This commit is contained in:
AI Christianson 2025-02-27 09:43:22 -05:00
parent d11393c898
commit a8030104fc
2 changed files with 6 additions and 1 deletions

View File

@ -5,6 +5,11 @@ 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.15.1] - 2025-02-27
### Fixed
- Improved chat prompt to prevent endless loop behavior with sonnet 3.7.
## [0.15.0] - 2025-02-27
### Added

View File

@ -1,3 +1,3 @@
"""Version information."""
__version__ = "0.15.0"
__version__ = "0.15.1"