From 6d526acda14c1dc5a84333ff4b3afd3afbb98eb6 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Tue, 3 May 2022 11:54:49 +0100 Subject: [PATCH 1/2] new version --- CHANGELOG.md | 5 +++-- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bb997933..7641f4243 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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] +## [12.4.0] - 2022-05-03 ### Changed @@ -1725,7 +1725,8 @@ Major version bump for a breaking change to `Text.stylize signature`, which corr - First official release, API still to be stabilized -[unreleased]: https://github.com/willmcgugan/rich/compare/v12.3.0...HEAD +[unreleased]: https://github.com/willmcgugan/rich/compare/v12.4.0...HEAD +[12.4.0]: https://github.com/willmcgugan/rich/compare/v12.3.0...v12.4.0 [12.3.0]: https://github.com/willmcgugan/rich/compare/v12.2.0...v12.3.0 [12.2.0]: https://github.com/willmcgugan/rich/compare/v12.1.0...v12.2.0 [12.1.0]: https://github.com/willmcgugan/rich/compare/v12.0.1...v12.1.0 diff --git a/pyproject.toml b/pyproject.toml index 024266cd0..8c84fff9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "rich" homepage = "https://github.com/willmcgugan/rich" documentation = "https://rich.readthedocs.io/en/latest/" -version = "12.3.0" +version = "12.4.0" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" authors = ["Will McGugan "] license = "MIT" From aae2161881d7acf8e99abc061483929c0820be58 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Sat, 7 May 2022 15:47:40 +0100 Subject: [PATCH 2/2] changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b29bdbcd8..692249f2e 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). -## [12.4.0] - 2022-05-03 +## [12.4.0] - 2022-05-07 ### Changed -- Change SVG export to create a simpler SVG +- Rebuilt SVG export to create a simpler SVG that is more portable - Fix render_lines crash when render height was negative https://github.com/Textualize/rich/pull/2246 ### Added