From e04754ac472d76aa7ff236b5c3d809213b6f4eaa Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Fri, 24 May 2024 16:24:39 +0100 Subject: [PATCH] bump --- CHANGELOG.md | 4 +++- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be8288bb1e..2d542aff38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## Unreleased +## [0.63.3] - 2024-05-24 ### Fixed - Fixed `Footer` grid size https://github.com/Textualize/textual/pull/4545 +- Fixed bindings not updated on auto focus ### Changed @@ -2012,6 +2013,7 @@ https://textual.textualize.io/blog/2022/11/08/version-040/#version-040 - New handler system for messages that doesn't require inheritance - Improved traceback handling +[0.63.3]: https://github.com/Textualize/textual/compare/v0.63.2...v0.63.3 [0.63.2]: https://github.com/Textualize/textual/compare/v0.63.1...v0.63.2 [0.63.1]: https://github.com/Textualize/textual/compare/v0.63.0...v0.63.1 [0.63.0]: https://github.com/Textualize/textual/compare/v0.62.0...v0.63.0 diff --git a/pyproject.toml b/pyproject.toml index 2b413e25d2..f4f7302d1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "textual" -version = "0.63.2" +version = "0.63.3" homepage = "https://github.com/Textualize/textual" repository = "https://github.com/Textualize/textual" documentation = "https://textual.textualize.io/"