Skip to content

Commit 5254e61

Browse files
committed
version bump
1 parent 4ff8e09 commit 5254e61

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ 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+
## [0.86.3] - 2024-11-19
9+
10+
### Changed
11+
12+
- Updated the tutorial (text and code) https://github.com/Textualize/textual/pull/5257
13+
14+
### Fixed
15+
16+
- Fixed a glitch with the scrollbar that occurs when you hold `a` to add stopwatches in the tutorial app https://github.com/Textualize/textual/pull/5257
817

918
## [0.86.2] - 2024-11-18
1019

@@ -2552,7 +2561,7 @@ https://textual.textualize.io/blog/2022/11/08/version-040/#version-040
25522561
- New handler system for messages that doesn't require inheritance
25532562
- Improved traceback handling
25542563

2555-
2564+
[0.86.3]: https://github.com/Textualize/textual/compare/v0.86.2...v0.86.3
25562565
[0.86.2]: https://github.com/Textualize/textual/compare/v0.86.1...v0.86.2
25572566
[0.86.1]: https://github.com/Textualize/textual/compare/v0.86.0...v0.86.1
25582567
[0.86.0]: https://github.com/Textualize/textual/compare/v0.85.2...v0.86.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 = "0.86.2"
3+
version = "0.86.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)