From 037da64d83c844bf7bbef12646349ad7c1f96cc5 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Tue, 22 Mar 2022 10:59:25 +0000 Subject: [PATCH 1/2] version bump --- CHANGELOG.md | 4 +--- poetry.lock | 6 +++--- pyproject.toml | 2 +- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 603a939c9..04fe4f5cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,15 +5,13 @@ 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.0.1] - 2022-03-22 ### Changed - Improve performance of cell_length https://github.com/Textualize/rich/pull/2061 - Improve performance of chop_cells https://github.com/Textualize/rich/pull/2077 -## [12.0.1] - 2022-03-14 - ### Fixed - Fix capturing stdout on legacy Windows https://github.com/Textualize/rich/pull/2066 diff --git a/poetry.lock b/poetry.lock index fb165cd0e..58e6b32f0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1002,7 +1002,7 @@ python-versions = ">=3.6" [[package]] name = "virtualenv" -version = "20.13.3" +version = "20.13.4" description = "Virtual Python Environment builder" category = "dev" optional = false @@ -1786,8 +1786,8 @@ typing-extensions = [ {file = "typing_extensions-4.1.1.tar.gz", hash = "sha256:1a9462dcc3347a79b1f1c0271fbe79e844580bb598bafa1ed208b94da3cdcd42"}, ] virtualenv = [ - {file = "virtualenv-20.13.3-py2.py3-none-any.whl", hash = "sha256:dd448d1ded9f14d1a4bfa6bfc0c5b96ae3be3f2d6c6c159b23ddcfd701baa021"}, - {file = "virtualenv-20.13.3.tar.gz", hash = "sha256:e9dd1a1359d70137559034c0f5433b34caf504af2dc756367be86a5a32967134"}, + {file = "virtualenv-20.13.4-py2.py3-none-any.whl", hash = "sha256:c3e01300fb8495bc00ed70741f5271fc95fed067eb7106297be73d30879af60c"}, + {file = "virtualenv-20.13.4.tar.gz", hash = "sha256:ce8901d3bbf3b90393498187f2d56797a8a452fb2d0d7efc6fd837554d6f679c"}, ] wcwidth = [ {file = "wcwidth-0.2.5-py2.py3-none-any.whl", hash = "sha256:beb4802a9cebb9144e99086eff703a642a13d6a0052920003a230f3294bbe784"}, diff --git a/pyproject.toml b/pyproject.toml index 3fd47ce46..b6a0b4f7a 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.0.0" +version = "12.0.1" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" authors = ["Will McGugan "] license = "MIT" From 2956b5d9cad7b516f60877f04704b62efc40e324 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Tue, 22 Mar 2022 11:01:54 +0000 Subject: [PATCH 2/2] changes --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04fe4f5cc..125435d72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1674,7 +1674,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.0.0...HEAD +[unreleased]: https://github.com/willmcgugan/rich/compare/v12.0.1...HEAD +[12.0.1]: https://github.com/willmcgugan/rich/compare/v12.0.0...v12.0.1 [12.0.0]: https://github.com/willmcgugan/rich/compare/v11.2.0...v12.0.0 [11.2.0]: https://github.com/willmcgugan/rich/compare/v11.1.0...v11.2.0 [11.1.0]: https://github.com/willmcgugan/rich/compare/v11.0.0...v11.1.0