Skip to content

Commit ca3d9f6

Browse files
authored
Merge pull request #4140 from Textualize/bump0500
version bump
2 parents 16656e6 + 7d8efa0 commit ca3d9f6

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,19 @@ 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
98

10-
### Added
11-
12-
- Added support for configuring dark and light themes for code in `Markdown` https://github.com/Textualize/textual/issues/3997
13-
14-
## [0.49.1] - 2023-02-08
9+
## [0.50.0] - 2023-02-08
1510

1611
### Fixed
1712

1813
- Fixed issue with ANSI colors not being converted to truecolor https://github.com/Textualize/textual/pull/4138
1914
- Fixed duplicate watch methods being attached to DOM nodes https://github.com/Textualize/textual/pull/4030
2015
- Fixed using `watch` to create additional watchers would trigger other watch methods https://github.com/Textualize/textual/issues/3878
2116

17+
### Added
18+
19+
- Added support for configuring dark and light themes for code in `Markdown` https://github.com/Textualize/textual/issues/3997
20+
2221
## [0.49.0] - 2024-02-07
2322

2423
### Fixed
@@ -1678,6 +1677,7 @@ https://textual.textualize.io/blog/2022/11/08/version-040/#version-040
16781677
- New handler system for messages that doesn't require inheritance
16791678
- Improved traceback handling
16801679

1680+
[0.50.0]: https://github.com/Textualize/textual/compare/v0.49.0...v0.50.0
16811681
[0.49.1]: https://github.com/Textualize/textual/compare/v0.49.0...v0.49.1
16821682
[0.49.0]: https://github.com/Textualize/textual/compare/v0.48.2...v0.49.0
16831683
[0.48.2]: https://github.com/Textualize/textual/compare/v0.48.1...v0.48.2

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.49.1"
3+
version = "0.50.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)