Skip to content

Commit bbacd93

Browse files
committed
bump
1 parent 8c8057b commit bbacd93

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,22 @@ 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.88.0]
99

1010
### Fixed
1111

1212
- Fixed infinite loop in `Widget.anchor` https://github.com/Textualize/textual/pull/5290
1313
- Restores the ability to supply console markup to command list https://github.com/Textualize/textual/pull/5294
1414
- Fixed delayed App Resize event https://github.com/Textualize/textual/pull/5296
1515
- Fixed `ListView` not updating its index or highlighting after removing items https://github.com/Textualize/textual/issues/5114
16+
- Fixed ListView focus styling rule being too broad https://github.com/Textualize/textual/pull/5304
17+
- Fixed issue with auto-generated tab IDs https://github.com/Textualize/textual/pull/5298
1618

1719
### Changed
1820

1921
- `ListView.pop` now returns `AwaitComplete` rather than `AwaitRemove` https://github.com/Textualize/textual/pull/5135
2022
- `ListView.remove_items` now returns `AwaitComplete` rather than `AwaitRemove` https://github.com/Textualize/textual/pull/5135
21-
- Fixed ListView focus styling rule being too broad https://github.com/Textualize/textual/pull/5304
22-
- Fixed issue with auto-generated tab IDs https://github.com/Textualize/textual/pull/5298
23+
2324

2425
## [0.87.1] - 2024-11-24
2526

@@ -2599,6 +2600,7 @@ https://textual.textualize.io/blog/2022/11/08/version-040/#version-040
25992600
- New handler system for messages that doesn't require inheritance
26002601
- Improved traceback handling
26012602

2603+
[0.88.0]: https://github.com/Textualize/textual/compare/v0.87.1...v0.88.0
26022604
[0.87.1]: https://github.com/Textualize/textual/compare/v0.87.0...v0.87.1
26032605
[0.87.0]: https://github.com/Textualize/textual/compare/v0.86.4...v0.87.0
26042606
[0.86.3]: https://github.com/Textualize/textual/compare/v0.86.2...v0.86.3

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.1"
3+
version = "0.88.0"
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)