Skip to content

Commit b4c51e9

Browse files
authored
Merge pull request #1078 from Textualize/bump0.3.0
Bump0.3.0
2 parents 7bf81b7 + 40d198b commit b4c51e9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +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-
## [0.2.2] - Unreleased
8+
## [0.3.0] - 2022-10-31
99

1010
### Fixed
1111

@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1616
- Fixed how the app title in a `Header` is centred https://github.com/Textualize/textual/issues/1060
1717
- Fixed the swapping of button variants https://github.com/Textualize/textual/issues/1048
1818
- Fixed reserved characters in screenshots https://github.com/Textualize/textual/issues/993
19+
- Fixed issue with TextLog max_lines https://github.com/Textualize/textual/issues/1058
1920

2021
### Changed
2122

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "textual"
3-
version = "0.2.1"
3+
version = "0.3.0"
44
homepage = "https://github.com/Textualize/textual"
55
description = "Modern Text User Interface framework"
66
authors = ["Will McGugan <[email protected]>"]
@@ -16,6 +16,7 @@ classifiers = [
1616
"Programming Language :: Python :: 3.8",
1717
"Programming Language :: Python :: 3.9",
1818
"Programming Language :: Python :: 3.10",
19+
"Programming Language :: Python :: 3.11",
1920
"Typing :: Typed",
2021
]
2122
include = [

0 commit comments

Comments
 (0)