From b2fa5f126b1fa2978820641dff85b23e02658799 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Fri, 30 Dec 2022 12:35:30 +0000 Subject: [PATCH 1/3] changelog --- CHANGELOG.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d294dc71b..7d7a7c265 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Reversed `pre` and `code` tags in base HTML format https://github.com/Textualize/rich/pull/2642 - Improved detection of `attrs` library, that isn't confused by the presence of the `attr` library. +- Fixed issue with `locals_max_length` parameter not being respected in Traceback https://github.com/Textualize/rich/issues/2649 +- Handling of broken `fileno` made more robust. Fixes https://github.com/Textualize/rich/issues/2645 +- Fixed missing `fileno` on FileProxy ### Changed @@ -18,12 +21,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Pretty-printing of "tagged" `__repr__` results is now greedy when matching tags https://github.com/Textualize/rich/pull/2565 - `progress.track` now supports deriving total from `__length_hint__` -### Fixed - -- Fixed issue with `locals_max_length` parameter not being respected in Traceback https://github.com/Textualize/rich/issues/2649 -- Handling of broken `fileno` made more robust. Fixes https://github.com/Textualize/rich/issues/2645 -- Fixed missing `fileno` on FileProxy - ### Added - Add type annotation for key_separator of pretty.Node https://github.com/Textualize/rich/issues/2625 @@ -1857,7 +1854,8 @@ Major version bump for a breaking change to `Text.stylize signature`, which corr - First official release, API still to be stabilized -[12.6.0]: https://github.com/textualize/rich/compare/v12.5.2...HEAD +[13.0.0]: https://github.com/textualize/rich/compare/v12.6.0...HEAD +[12.6.0]: https://github.com/textualize/rich/compare/v12.5.2...v12.6.0 [12.5.2]: https://github.com/textualize/rich/compare/v12.5.1...v12.5.2 [12.5.1]: https://github.com/textualize/rich/compare/v12.5.0...v12.5.1 [12.5.0]: https://github.com/textualize/rich/compare/v12.4.4...v12.5.0 From 245c737314947523bc016137438a3ab2f94d4841 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Fri, 30 Dec 2022 12:46:59 +0000 Subject: [PATCH 2/3] release in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d7a7c265..116cab90a 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). -## [13.0.0] - Unreleased +## [13.0.0] - 2022-12-30 ### Fixed From 7cf0797cb34ddf7cc74ab438a5eb6c794af467ca Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Fri, 30 Dec 2022 12:48:19 +0000 Subject: [PATCH 3/3] changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 116cab90a..f3af54fd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1854,7 +1854,7 @@ Major version bump for a breaking change to `Text.stylize signature`, which corr - First official release, API still to be stabilized -[13.0.0]: https://github.com/textualize/rich/compare/v12.6.0...HEAD +[13.0.0]: https://github.com/textualize/rich/compare/v12.6.0...v13.0.0 [12.6.0]: https://github.com/textualize/rich/compare/v12.5.2...v12.6.0 [12.5.2]: https://github.com/textualize/rich/compare/v12.5.1...v12.5.2 [12.5.1]: https://github.com/textualize/rich/compare/v12.5.0...v12.5.1