Skip to content

Commit b1b27f6

Browse files
authored
Merge pull request #4715 from Textualize/bump0720
version bump
2 parents 121a8f0 + 296ea74 commit b1b27f6

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,17 @@ 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.72.0] - Unreleased
8+
## [0.72.0] - 2024-07-09
99

1010
### Changed
1111

1212
- More predictable DOM removals. https://github.com/Textualize/textual/pull/4708
1313

14+
### Fixed
15+
16+
- Fixed clicking separator in OptionList moving cursor https://github.com/Textualize/textual/issues/4710
17+
- Fixed scrolling issue in OptionList https://github.com/Textualize/textual/pull/4709
18+
1419
## [0.71.0] - 2024-06-29
1520

1621
### Changed

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.72.0a0"
3+
version = "0.72.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)