Skip to content

Commit e875e4c

Browse files
committed
bump 2.1.0
1 parent 855bec6 commit e875e4c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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+
## [2.1.0] - 2025-02-19
99

1010
### Fixed
1111

@@ -16,7 +16,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1616
- Fixed flipped title colors in panel border https://github.com/Textualize/textual/issues/5548
1717
- Fixed detection of smooth scrolling https://github.com/Textualize/textual/pull/5558
1818

19-
2019
### Added
2120

2221
- Added `pointer_x`, `pointer_y`, `pointer_screen_x`, and `pointer_screen_y` attributes to mouse events https://github.com/Textualize/textual/pull/5556
@@ -2762,6 +2761,7 @@ https://textual.textualize.io/blog/2022/11/08/version-040/#version-040
27622761
- New handler system for messages that doesn't require inheritance
27632762
- Improved traceback handling
27642763

2764+
[2.1.0]: https://github.com/Textualize/textual/compare/v2.0.4...v2.1.0
27652765
[2.0.4]: https://github.com/Textualize/textual/compare/v2.0.3...v2.0.4
27662766
[2.0.3]: https://github.com/Textualize/textual/compare/v2.0.2...v2.0.3
27672767
[2.0.2]: https://github.com/Textualize/textual/compare/v2.0.1...v2.0.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 = "2.0.4"
3+
version = "2.1.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)