Skip to content

Commit 2d3152a

Browse files
authored
Merge pull request #2093 from Textualize/v12.0.1
version bump
2 parents 1572d87 + 2956b5d commit 2d3152a

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

CHANGELOG.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [12.0.1] - 2022-03-22
99

1010
### Changed
1111

1212
- Improve performance of cell_length https://github.com/Textualize/rich/pull/2061
1313
- Improve performance of chop_cells https://github.com/Textualize/rich/pull/2077
1414

15-
## [12.0.1] - 2022-03-14
16-
1715
### Fixed
1816

1917
- Fix capturing stdout on legacy Windows https://github.com/Textualize/rich/pull/2066
@@ -1676,7 +1674,8 @@ Major version bump for a breaking change to `Text.stylize signature`, which corr
16761674

16771675
- First official release, API still to be stabilized
16781676

1679-
[unreleased]: https://github.com/willmcgugan/rich/compare/v12.0.0...HEAD
1677+
[unreleased]: https://github.com/willmcgugan/rich/compare/v12.0.1...HEAD
1678+
[12.0.1]: https://github.com/willmcgugan/rich/compare/v12.0.0...v12.0.1
16801679
[12.0.0]: https://github.com/willmcgugan/rich/compare/v11.2.0...v12.0.0
16811680
[11.2.0]: https://github.com/willmcgugan/rich/compare/v11.1.0...v11.2.0
16821681
[11.1.0]: https://github.com/willmcgugan/rich/compare/v11.0.0...v11.1.0

poetry.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "rich"
33
homepage = "https://github.com/willmcgugan/rich"
44
documentation = "https://rich.readthedocs.io/en/latest/"
5-
version = "12.0.0"
5+
version = "12.0.1"
66
description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal"
77
authors = ["Will McGugan <[email protected]>"]
88
license = "MIT"

0 commit comments

Comments
 (0)