version bump
This commit is contained in:
parent
d11393c898
commit
a8030104fc
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
"""Version information."""
|
||||
|
||||
__version__ = "0.15.0"
|
||||
__version__ = "0.15.1"
|
||||
|
|
|
|||
Loading…
Reference in New Issue