From 4ba55ffbea719df8753b8cd0d41f40572bb31977 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Sun, 5 Apr 2026 16:16:47 +0700 Subject: [PATCH] bump textual --- CHANGELOG.md | 6 ++++++ pyproject.toml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3f325e..0304540 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 4e56c33..a92efdf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",