Skip to content

Commit ee8378c

Browse files
authored
Merge pull request #4073 from Textualize/bump1434
bump
2 parents a86dce0 + f441a32 commit ee8378c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
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+
## [14.3.4] - 2026-04-11
99

1010
### Changed
1111

1212
- Improved import time with lazy loading https://github.com/Textualize/rich/pull/4070
13+
- Changed link id generation to avoid random number generation at runtime https://github.com/Textualize/rich/pull/3845
1314

1415
## [14.3.3] - 2026-02-19
1516

@@ -2202,6 +2203,10 @@ Major version bump for a breaking change to `Text.stylize signature`, which corr
22022203

22032204
- First official release, API still to be stabilized
22042205

2206+
2207+
[14.3.4]: https://github.com/textualize/rich/compare/v14.3.3...v14.3.4
2208+
[14.3.3]: https://github.com/textualize/rich/compare/v14.3.2...v14.3.3
2209+
[14.3.2]: https://github.com/textualize/rich/compare/v14.3.1...v14.3.2
22052210
[14.3.1]: https://github.com/textualize/rich/compare/v14.3.0...v14.3.1
22062211
[14.3.0]: https://github.com/textualize/rich/compare/v14.2.0...v14.3.0
22072212
[14.2.0]: https://github.com/textualize/rich/compare/v14.1.0...v14.2.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
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 = "14.3.3"
5+
version = "14.3.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)