File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## Unreleased
99
10- ### Changed
10+ ### [ 0.66.0 ]
1111
1212- ` get_content_height ` will now return 0 if the renderable is Falsey https://github.com/Textualize/textual/pull/4617
1313- Buttons may not be pressed within their "active_effect_duration" to prevent inadvertent activations
@@ -2091,6 +2091,7 @@ https://textual.textualize.io/blog/2022/11/08/version-040/#version-040
20912091- New handler system for messages that doesn't require inheritance
20922092- Improved traceback handling
20932093
2094+ [ 0.66.0 ] : https://github.com/Textualize/textual/compare/v0.65.2...v0.66.0
20942095[ 0.65.2 ] : https://github.com/Textualize/textual/compare/v0.65.1...v0.65.2
20952096[ 0.65.1 ] : https://github.com/Textualize/textual/compare/v0.65.0...v0.65.1
20962097[ 0.65.0 ] : https://github.com/Textualize/textual/compare/v0.64.0...v0.65.0
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " textual"
3- version = " 0.65.2 "
3+ version = " 0.66.0 "
44homepage = " https://github.com/Textualize/textual"
55repository = " https://github.com/Textualize/textual"
66documentation = " https://textual.textualize.io/"
You can’t perform that action at this time.
0 commit comments