File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
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.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
8- ## [ 0.2.2 ] - Unreleased
8+ ## [ 0.3.0 ] - 2022-10-31
99
1010### Fixed
1111
@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1616- Fixed how the app title in a ` Header ` is centred https://github.com/Textualize/textual/issues/1060
1717- Fixed the swapping of button variants https://github.com/Textualize/textual/issues/1048
1818- Fixed reserved characters in screenshots https://github.com/Textualize/textual/issues/993
19+ - Fixed issue with TextLog max_lines https://github.com/Textualize/textual/issues/1058
1920
2021### Changed
2122
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " textual"
3- version = " 0.2.1 "
3+ version = " 0.3.0 "
44homepage = " https://github.com/Textualize/textual"
55description = " Modern Text User Interface framework"
66authors = [
" Will McGugan <[email protected] >" ]
@@ -16,6 +16,7 @@ classifiers = [
1616 " Programming Language :: Python :: 3.8" ,
1717 " Programming Language :: Python :: 3.9" ,
1818 " Programming Language :: Python :: 3.10" ,
19+ " Programming Language :: Python :: 3.11" ,
1920 " Typing :: Typed" ,
2021]
2122include = [
You can’t perform that action at this time.
0 commit comments