Skip to content

Commit 634ca6e

Browse files
authored
Merge pull request #6473 from Textualize/bump823
bump
2 parents 5ddfbdc + ccf1978 commit 634ca6e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ 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-
## [8.2.3] - Unreleased
8+
## [8.2.3] - 2026-04-05
99

1010
### Changed
1111

12-
- Reduce lag when resizing window, by moving resize from idle to a timer
12+
- Reduce lag when resizing window, by moving resize from idle to a timer https://github.com/Textualize/textual/pull/6471
1313

1414
## [8.2.2] - 2026-04-03
1515

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

3416+
[8.2.3]: https://github.com/Textualize/textual/compare/v8.2.2...v8.2.3
34163417
[8.2.2]: https://github.com/Textualize/textual/compare/v8.2.1...v8.2.2
34173418
[8.2.1]: https://github.com/Textualize/textual/compare/v8.2.0...v8.2.1
34183419
[8.2.0]: https://github.com/Textualize/textual/compare/v8.1.1...v8.2.0

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 = "8.2.2"
3+
version = "8.2.3"
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)