File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
8
- ## Unreleased
8
+ ## [ 0.75.0 ] - 2024-08-01
9
9
10
10
### Added
11
11
@@ -18,6 +18,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
18
18
- ` events.Enter ` and ` events.Leave ` events now bubble. https://github.com/Textualize/textual/pull/4818
19
19
- Renamed ` Widget.mouse_over ` to ` Widget.mouse_hover ` https://github.com/Textualize/textual/pull/4818
20
20
21
+ ### Fixed
22
+
23
+ - Fixed issue with ` mutate_reactive ` and data binding https://github.com/Textualize/textual/pull/4828
24
+
21
25
## [ 0.74.0] - 2024-07-25
22
26
23
27
### Fixed
@@ -2246,6 +2250,7 @@ https://textual.textualize.io/blog/2022/11/08/version-040/#version-040
2246
2250
- New handler system for messages that doesn't require inheritance
2247
2251
- Improved traceback handling
2248
2252
2253
+ [ 0.75.0 ] : https://github.com/Textualize/textual/compare/v0.74.0...v0.75.0
2249
2254
[ 0.74.0 ] : https://github.com/Textualize/textual/compare/v0.73.0...v0.74.0
2250
2255
[ 0.73.0 ] : https://github.com/Textualize/textual/compare/v0.72.0...v0.73.0
2251
2256
[ 0.72.0 ] : https://github.com/Textualize/textual/compare/v0.71.0...v0.72.0
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " textual"
3
- version = " 0.74 .0"
3
+ version = " 0.75 .0"
4
4
homepage = " https://github.com/Textualize/textual"
5
5
repository = " https://github.com/Textualize/textual"
6
6
documentation = " https://textual.textualize.io/"
You can’t perform that action at this time.
0 commit comments