From 47d85670de3f940c6cced7b3678479e24bd3ee11 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Sat, 4 Mar 2023 16:21:21 +0000 Subject: [PATCH] version bump --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 297ab123..63d6f5e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ 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). -## [13.3.2] - Unreleased +## [13.3.2] - 2023-02-04 ### Fixed @@ -1925,6 +1925,7 @@ Major version bump for a breaking change to `Text.stylize signature`, which corr - First official release, API still to be stabilized +[13.3.2]: https://github.com/textualize/rich/compare/v13.3.1...v13.3.2 [13.3.1]: https://github.com/textualize/rich/compare/v13.3.0...v13.3.1 [13.3.0]: https://github.com/textualize/rich/compare/v13.2.0...v13.3.0 [13.2.0]: https://github.com/textualize/rich/compare/v13.1.0...v13.2.0