mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
bump version
This commit is contained in:
@@ -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/)
|
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
||||||
and this project adheres to [Semantic Versioning](http://semver.org/).
|
and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
## Unreleased
|
## [0.85.2] - 2024-11-02
|
||||||
|
|
||||||
- Fixed broken focus-within https://github.com/Textualize/textual/pull/5190
|
- Fixed broken focus-within https://github.com/Textualize/textual/pull/5190
|
||||||
|
|
||||||
@@ -2493,6 +2493,7 @@ https://textual.textualize.io/blog/2022/11/08/version-040/#version-040
|
|||||||
- New handler system for messages that doesn't require inheritance
|
- New handler system for messages that doesn't require inheritance
|
||||||
- Improved traceback handling
|
- Improved traceback handling
|
||||||
|
|
||||||
|
[0.85.2]: https://github.com/Textualize/textual/compare/v0.85.1...v0.85.2
|
||||||
[0.85.1]: https://github.com/Textualize/textual/compare/v0.85.0...v0.85.1
|
[0.85.1]: https://github.com/Textualize/textual/compare/v0.85.0...v0.85.1
|
||||||
[0.85.0]: https://github.com/Textualize/textual/compare/v0.84.0...v0.85.0
|
[0.85.0]: https://github.com/Textualize/textual/compare/v0.84.0...v0.85.0
|
||||||
[0.84.0]: https://github.com/Textualize/textual/compare/v0.83.0...v0.84.0
|
[0.84.0]: https://github.com/Textualize/textual/compare/v0.83.0...v0.84.0
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "textual"
|
name = "textual"
|
||||||
version = "0.85.1"
|
version = "0.85.2"
|
||||||
homepage = "https://github.com/Textualize/textual"
|
homepage = "https://github.com/Textualize/textual"
|
||||||
repository = "https://github.com/Textualize/textual"
|
repository = "https://github.com/Textualize/textual"
|
||||||
documentation = "https://textual.textualize.io/"
|
documentation = "https://textual.textualize.io/"
|
||||||
|
|||||||
Reference in New Issue
Block a user