This commit is contained in:
Will McGugan
2025-07-31 08:14:20 +01:00
parent 53fab2c993
commit 20b855a027
3 changed files with 6 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ 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/).
## Unrleeased
## [5.1.0] - 2025-07-31
### Added
@@ -3034,6 +3034,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
[5.1.0]: https://github.com/Textualize/textual/compare/v5.0.1...v5.1.0
[5.0.1]: https://github.com/Textualize/textual/compare/v5.0.0...v5.0.1
[5.0.0]: https://github.com/Textualize/textual/compare/v4.1.0...v5.0.0
[4.0.0]: https://github.com/Textualize/textual/compare/v3.7.1...v4.0.0

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "textual"
version = "5.0.1"
version = "5.1.0"
homepage = "https://github.com/Textualize/textual"
repository = "https://github.com/Textualize/textual"
documentation = "https://textual.textualize.io/"

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 48 KiB