Skip to content

Commit edcb6f9

Browse files
authored
Merge pull request #2228 from Textualize/v12.3.0
version bump
2 parents 3fa8cb8 + 14d47c9 commit edcb6f9

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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.3.0] - 2022-04-26
99

1010
### Added
1111

@@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2222
- Complex numbers are now identified by the highlighter https://github.com/Textualize/rich/issues/2214
2323
- Fix crash on IDLE and forced is_terminal detection to False because IDLE can't do escape codes https://github.com/Textualize/rich/issues/2222
2424
- Fixed missing blank line in traceback rendering https://github.com/Textualize/rich/issues/2206
25+
- Fixed running Rich with the current working dir was deleted https://github.com/Textualize/rich/issues/2197
2526

2627
### Changed
2728

@@ -1718,7 +1719,8 @@ Major version bump for a breaking change to `Text.stylize signature`, which corr
17181719

17191720
- First official release, API still to be stabilized
17201721

1721-
[unreleased]: https://github.com/willmcgugan/rich/compare/v12.2.0...HEAD
1722+
[unreleased]: https://github.com/willmcgugan/rich/compare/v12.3.0...HEAD
1723+
[12.3.0]: https://github.com/willmcgugan/rich/compare/v12.2.0...v12.3.0
17221724
[12.2.0]: https://github.com/willmcgugan/rich/compare/v12.1.0...v12.2.0
17231725
[12.1.0]: https://github.com/willmcgugan/rich/compare/v12.0.1...v12.1.0
17241726
[12.0.1]: https://github.com/willmcgugan/rich/compare/v12.0.0...v12.0.1

pyproject.toml

+1-1
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.2.0"
5+
version = "12.3.0"
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)