Skip to content

Commit bc1af58

Browse files
authored
version bump (#3139)
* version bump * changelog
1 parent 59fa326 commit bc1af58

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +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
9-
10-
- Add `min-height: 1;` to `LoadingIndicator`'s `DEFAULT_CSS`.
8+
## [0.34.0] - 2023-08-22
119

1210
### Added
1311

@@ -22,6 +20,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2220
### Changed
2321

2422
- grid-columns and grid-rows now accept an `auto` token to detect the optimal size https://github.com/Textualize/textual/pull/3107
23+
- LoadingIndicator now has a minimum height of 1 line.
2524

2625
### Fixed
2726

@@ -1197,6 +1196,7 @@ https://textual.textualize.io/blog/2022/11/08/version-040/#version-040
11971196
- New handler system for messages that doesn't require inheritance
11981197
- Improved traceback handling
11991198

1199+
[0.34.0]: https://github.com/Textualize/textual/compare/v0.33.0...v0.34.0
12001200
[0.33.0]: https://github.com/Textualize/textual/compare/v0.32.0...v0.33.0
12011201
[0.32.0]: https://github.com/Textualize/textual/compare/v0.31.0...v0.32.0
12021202
[0.31.0]: https://github.com/Textualize/textual/compare/v0.30.0...v0.31.0

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.33.0"
3+
version = "0.34.0"
44
homepage = "https://github.com/Textualize/textual"
55
description = "Modern Text User Interface framework"
66
authors = ["Will McGugan <[email protected]>"]

0 commit comments

Comments
 (0)