File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 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.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
8- ## [ 0.9.0] - Unreleased
8+ ## [ 0.9.0] - 2022-12-30
99
1010### Added
1111
@@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1717
1818- Widget.render_line now returns a Strip
1919- Fix for slow updates on Windows
20+ - Bumped Rich dependency
2021
2122## [ 0.8.2] - 2022-12-28
2223
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " textual"
3- version = " 0.8.2 "
3+ version = " 0.9.0 "
44homepage = " https://github.com/Textualize/textual"
55description = " Modern Text User Interface framework"
66authors = [
" Will McGugan <[email protected] >" ]
@@ -30,7 +30,7 @@ textual = "textual.cli.cli:run"
3030
3131[tool .poetry .dependencies ]
3232python = " ^3.7"
33- rich = " ^ 12.6.0"
33+ rich = " > 12.6.0"
3434# rich = {path="../rich", develop=true}
3535importlib-metadata = " ^4.11.3"
3636typing-extensions = { version = " ^4.0.0" , python = " <3.10" }
You can’t perform that action at this time.
0 commit comments