Skip to content

Commit 61b54ed

Browse files
committed
version bump
1 parent 2b9dee0 commit 61b54ed

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
@@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1010
## Fixed
1111

1212
- 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
1414

1515
## [0.87.0] - 2024-11-24
1616

@@ -2582,6 +2582,7 @@ https://textual.textualize.io/blog/2022/11/08/version-040/#version-040
25822582
- New handler system for messages that doesn't require inheritance
25832583
- Improved traceback handling
25842584

2585+
[0.87.1]: https://github.com/Textualize/textual/compare/v0.87.0...v0.87.1
25852586
[0.87.0]: https://github.com/Textualize/textual/compare/v0.86.4...v0.87.0
25862587
[0.86.3]: https://github.com/Textualize/textual/compare/v0.86.2...v0.86.3
25872588
[0.86.2]: https://github.com/Textualize/textual/compare/v0.86.1...v0.86.2

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.87.0"
3+
version = "0.87.1"
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)