Skip to content

Commit d8bcb8b

Browse files
committed
bump
1 parent 13fc61c commit d8bcb8b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "textual"
3-
version = "0.65.2"
3+
version = "0.66.0"
44
homepage = "https://github.com/Textualize/textual"
55
repository = "https://github.com/Textualize/textual"
66
documentation = "https://textual.textualize.io/"

0 commit comments

Comments
 (0)