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 @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
10
10
## Fixed
11
11
12
12
- Fixed offset not being applied to grid layout https://github.com/Textualize/textual/pull/5281
13
- - Fixed Select overlay set to auto width
13
+ - Fixed Select overlay set to auto width https://github.com/Textualize/textual/pull/5282
14
14
15
15
## [ 0.87.0] - 2024-11-24
16
16
@@ -2582,6 +2582,7 @@ https://textual.textualize.io/blog/2022/11/08/version-040/#version-040
2582
2582
- New handler system for messages that doesn't require inheritance
2583
2583
- Improved traceback handling
2584
2584
2585
+ [ 0.87.1 ] : https://github.com/Textualize/textual/compare/v0.87.0...v0.87.1
2585
2586
[ 0.87.0 ] : https://github.com/Textualize/textual/compare/v0.86.4...v0.87.0
2586
2587
[ 0.86.3 ] : https://github.com/Textualize/textual/compare/v0.86.2...v0.86.3
2587
2588
[ 0.86.2 ] : https://github.com/Textualize/textual/compare/v0.86.1...v0.86.2
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " textual"
3
- version = " 0.87.0 "
3
+ version = " 0.87.1 "
4
4
homepage = " https://github.com/Textualize/textual"
5
5
repository = " https://github.com/Textualize/textual"
6
6
documentation = " https://textual.textualize.io/"
You can’t perform that action at this time.
0 commit comments