Skip to content

Commit 173e6d6

Browse files
committed
fix changelog
1 parent 4675ff8 commit 173e6d6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ 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-
## 2.0.2
8+
## 2.0.2 - 2025-02-16
99

1010
### Fixed
1111

1212
- Fixed OptionList.add_options exhausting iterator https://github.com/Textualize/textual/pull/5540
1313
- Fixed screen not refreshing after pop https://github.com/Textualize/textual/pull/5543
1414

15-
## 2.0.1 - 2024-02-16
15+
## 2.0.1 - 2025-02-16
1616

1717
### Fixed
1818

@@ -2729,6 +2729,9 @@ https://textual.textualize.io/blog/2022/11/08/version-040/#version-040
27292729
- New handler system for messages that doesn't require inheritance
27302730
- Improved traceback handling
27312731

2732+
[2.0.2]: https://github.com/Textualize/textual/compare/v2.0.1...v2.0.2
2733+
[2.0.1]: https://github.com/Textualize/textual/compare/v2.0.0...v2.0.1
2734+
[2.0.0]: https://github.com/Textualize/textual/compare/v1.0.0...v2.0.0
27322735
[1.0.0]: https://github.com/Textualize/textual/compare/v0.89.1...v1.0.0
27332736
[0.89.1]: https://github.com/Textualize/textual/compare/v0.89.0...v0.89.1
27342737
[0.89.0]: https://github.com/Textualize/textual/compare/v0.88.1...v0.89.0

0 commit comments

Comments
 (0)