Skip to content

Commit 661ae8d

Browse files
committed
version bump
1 parent 834d178 commit 661ae8d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## [13.9.2] - 2024-10-04
99

1010
### Fixed
1111

1212
- Fixed `Table` columns not highlighting when added by `add_row` https://github.com/Textualize/rich/issues/3517
13+
- Fixed an issue with Segment.split_cells reported in Textual https://github.com/Textualize/textual/issues/5090
1314

1415
## [13.9.1] - 2024-10-01
1516

@@ -2096,6 +2097,7 @@ Major version bump for a breaking change to `Text.stylize signature`, which corr
20962097

20972098
- First official release, API still to be stabilized
20982099

2100+
[13.9.2]: https://github.com/textualize/rich/compare/v13.9.1...v13.9.2
20992101
[13.9.1]: https://github.com/textualize/rich/compare/v13.9.0...v13.9.1
21002102
[13.9.0]: https://github.com/textualize/rich/compare/v13.8.1...v13.9.0
21012103
[13.8.1]: https://github.com/textualize/rich/compare/v13.8.0...v13.8.1

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "rich"
33
homepage = "https://github.com/Textualize/rich"
44
documentation = "https://rich.readthedocs.io/en/latest/"
5-
version = "13.9.1"
5+
version = "13.9.2"
66
description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal"
77
authors = ["Will McGugan <willmcgugan@gmail.com>"]
88
license = "MIT"

0 commit comments

Comments
 (0)