File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
8
- ## Unreleased
8
+ ## [ 0.85.0 ] - 2024-10-25
9
9
10
10
### Changed
11
11
@@ -2483,6 +2483,7 @@ https://textual.textualize.io/blog/2022/11/08/version-040/#version-040
2483
2483
- New handler system for messages that doesn't require inheritance
2484
2484
- Improved traceback handling
2485
2485
2486
+ [ 0.85.0 ] : https://github.com/Textualize/textual/compare/v0.84.0...v0.85.0
2486
2487
[ 0.84.0 ] : https://github.com/Textualize/textual/compare/v0.83.0...v0.84.0
2487
2488
[ 0.83.0 ] : https://github.com/Textualize/textual/compare/v0.82.0...v0.83.0
2488
2489
[ 0.82.0 ] : https://github.com/Textualize/textual/compare/v0.81.0...v0.82.0
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " textual"
3
- version = " 0.84 .0"
3
+ version = " 0.85 .0"
4
4
homepage = " https://github.com/Textualize/textual"
5
5
repository = " https://github.com/Textualize/textual"
6
6
documentation = " https://textual.textualize.io/"
Original file line number Diff line number Diff line change 69
69
70
70
## Built on Rich
71
71
72
- With over 1.4 *billion* downloads, Rich is the most popular terminal library out there.
72
+ With over 1.5 *billion* downloads, Rich is the most popular terminal library out there.
73
73
Textual builds on Rich to add interactivity, and is compatible with Rich renderables.
74
74
75
75
## Re-usable widgets
You can’t perform that action at this time.
0 commit comments