Skip to content

Commit cc41a7f

Browse files
authored
Bump0200 (#2320)
* version bump * changelog
1 parent bbe38f7 commit cc41a7f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8-
## Unreleased
8+
## [0.20.0] - 2023-04-18
99

1010
### Changed
1111

1212
- Changed signature of Driver. Technically a breaking change, but unlikely to affect anyone.
13-
- Breaking change: Timer.start is now private, and returns No
13+
- Breaking change: Timer.start is now private, and returns None. There was no reason to call this manually, so unlikely to affect anyone.
1414
- A clicked tab will now be scrolled to the center of its tab container https://github.com/Textualize/textual/pull/2276
1515
- Style updates are now done immediately rather than on_idle https://github.com/Textualize/textual/pull/2304
1616
- `ButtonVariant` is now exported from `textual.widgets.button` https://github.com/Textualize/textual/issues/2264
@@ -769,6 +769,7 @@ https://textual.textualize.io/blog/2022/11/08/version-040/#version-040
769769
- New handler system for messages that doesn't require inheritance
770770
- Improved traceback handling
771771

772+
[0.20.0]: https://github.com/Textualize/textual/compare/v0.19.1...v0.20.0
772773
[0.19.1]: https://github.com/Textualize/textual/compare/v0.19.0...v0.19.1
773774
[0.19.0]: https://github.com/Textualize/textual/compare/v0.18.0...v0.19.0
774775
[0.18.0]: https://github.com/Textualize/textual/compare/v0.17.4...v0.18.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.19.1"
3+
version = "0.20.0"
44
homepage = "https://github.com/Textualize/textual"
55
description = "Modern Text User Interface framework"
66
authors = ["Will McGugan <[email protected]>"]

0 commit comments

Comments
 (0)