Version bump.

This commit is contained in:
AI Christianson 2025-02-13 09:50:00 -05:00
parent 93a3f8ccd7
commit 66aa13f6ee
2 changed files with 17 additions and 1 deletions

View File

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

View File

@ -1,3 +1,3 @@
"""Version information."""
__version__ = "0.14.0"
__version__ = "0.14.1"