Version bump.
This commit is contained in:
parent
93a3f8ccd7
commit
66aa13f6ee
16
CHANGELOG.md
16
CHANGELOG.md
|
|
@ -5,6 +5,22 @@ 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.14.1] - 2025-02-13
|
||||
|
||||
### Added
|
||||
- Added expected_runtime_seconds parameter for shell commands with graceful process shutdown
|
||||
- Added config printing at startup (#88)
|
||||
|
||||
### Changed
|
||||
- Enforce byte limit in interactive commands
|
||||
- Normalize/dedupe related file paths
|
||||
- Relax aider version requirement for SWE-bench compatibility
|
||||
- Upgrade langchain/langgraph dependencies
|
||||
|
||||
### Fixed
|
||||
- Fixed aider flags (#89)
|
||||
- Fixed write_file_tool references
|
||||
|
||||
## [0.14.0] - 2025-02-12
|
||||
|
||||
### Added
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
"""Version information."""
|
||||
|
||||
__version__ = "0.14.0"
|
||||
__version__ = "0.14.1"
|
||||
|
|
|
|||
Loading…
Reference in New Issue