diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b0a52ad22..bdd4f15974 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## [14.3.3] - 2026-02-19 ### Fixed -- Fixed infinite loop with `cells.split_graphemes` +- Fixed infinite loop with `cells.split_graphemes` https://github.com/Textualize/rich/pull/4006 ## [14.3.2] - 2026-02-01 diff --git a/pyproject.toml b/pyproject.toml index 23e86e4006..a98f6585d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "rich" homepage = "https://github.com/Textualize/rich" documentation = "https://rich.readthedocs.io/en/latest/" -version = "14.3.2" +version = "14.3.3" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" authors = ["Will McGugan "] license = "MIT"