bump textual

This commit is contained in:
Will McGugan 2026-04-05 16:16:47 +07:00
parent 927567cf07
commit 4ba55ffbea
2 changed files with 8 additions and 2 deletions

View file

@ -5,6 +5,12 @@ 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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.6.15] - 2026-04-05
### Changed
- Reduced resize lag
## [0.6.14] - 2026-03-30
### Fixed

View file

@ -1,11 +1,11 @@
[project]
name = "batrachian-toad"
version = "0.6.14"
version = "0.6.15"
description = "A unified experience for AI in your terminal."
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"textual[syntax]>=8.2.1",
"textual[syntax]>=8.2.3",
"click>=8.2.1",
"tree-sitter>=0.24.0",
"httpx>=0.28.1",