Skip to content

Commit 2519063

Browse files
authored
version bump (#3181)
* version bump * changelog * snapshot update
1 parent 821a60f commit 2519063

File tree

5 files changed

+415
-172
lines changed

5 files changed

+415
-172
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ 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+
## [0.35.0]
99

1010
### Added
1111

1212
- Ability to enable/disable tabs via the reactive `disabled` in tab panes https://github.com/Textualize/textual/pull/3152
13+
- Textual-web driver support for Windows
14+
1315
### Fixed
1416

1517
- Could not hide/show/disable/enable tabs in nested `TabbedContent` https://github.com/Textualize/textual/pull/3150
@@ -1205,6 +1207,7 @@ https://textual.textualize.io/blog/2022/11/08/version-040/#version-040
12051207
- New handler system for messages that doesn't require inheritance
12061208
- Improved traceback handling
12071209

1210+
[0.35.0]: https://github.com/Textualize/textual/compare/v0.34.0...v0.35.0
12081211
[0.34.0]: https://github.com/Textualize/textual/compare/v0.33.0...v0.34.0
12091212
[0.33.0]: https://github.com/Textualize/textual/compare/v0.32.0...v0.33.0
12101213
[0.32.0]: https://github.com/Textualize/textual/compare/v0.31.0...v0.32.0

0 commit comments

Comments
 (0)