Skip to content

Commit d857b64

Browse files
committed
version bump
1 parent 16656e6 commit d857b64

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

CHANGELOG.md

Lines changed: 5 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

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)