Skip to content

Commit e440ff2

Browse files
committed
bump
1 parent 12301e3 commit e440ff2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ 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

88

9+
## [13.9.4] - 2024-11-01
10+
11+
### Changed
12+
13+
- Optimizations to cell_len which may speed up Rich / Textual output https://github.com/Textualize/rich/pull/3546
14+
915
## [13.9.3] - 2024-10-22
1016

1117
### Fixed
@@ -2104,6 +2110,7 @@ Major version bump for a breaking change to `Text.stylize signature`, which corr
21042110

21052111
- First official release, API still to be stabilized
21062112

2113+
[13.9.4]: https://github.com/textualize/rich/compare/v13.9.3...v13.9.4
21072114
[13.9.3]: https://github.com/textualize/rich/compare/v13.9.2...v13.9.3
21082115
[13.9.2]: https://github.com/textualize/rich/compare/v13.9.1...v13.9.2
21092116
[13.9.1]: https://github.com/textualize/rich/compare/v13.9.0...v13.9.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.3"
5+
version = "13.9.4"
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)