From bb635674f4b1024c8d072a81a4368cfe6e2faa29 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Fri, 6 Feb 2026 21:01:08 +0000 Subject: [PATCH] :bookmark: v1.3.0 --- ChangeLog.md | 4 ++-- pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 5e30f1f..42082c3 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,8 +1,8 @@ # textual-enhanced ChangeLog -## Unreleased +## v1.3.0 -**Released: WiP** +**Released: 2026-02-06** - Handle `vertical_line` as a bound key inside the help dialog. ([#65](https://github.com/davep/textual-enhanced/pull/65)) diff --git a/pyproject.toml b/pyproject.toml index e64a8f4..715d93b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "textual-enhanced" -version = "1.2.0" +version = "1.3.0" description = "A library of mildly-opinionated enhancements to Textual" authors = [ { name = "Dave Pearson", email = "davep@davep.org" } diff --git a/uv.lock b/uv.lock index 94f187c..3dac469 100644 --- a/uv.lock +++ b/uv.lock @@ -1486,7 +1486,7 @@ wheels = [ [[package]] name = "textual-enhanced" -version = "1.2.0" +version = "1.3.0" source = { editable = "." } dependencies = [ { name = "textual" },