Skip to content

Commit 0a3fcb9

Browse files
authored
Merge pull request #2165 from Textualize/v12.2.0
version bump
2 parents e4ba549 + 7e7d542 commit 0a3fcb9

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +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+
## [12.2.0] - 2022-05-05
9+
10+
### Changed
11+
12+
- Bumped typing-extensions minimum to 4.0.0
13+
- Bumped minimum Python version to 3.6.3
14+
815
## [12.1.0] - 2022-04-03
916

1017
### Added
@@ -1691,7 +1698,8 @@ Major version bump for a breaking change to `Text.stylize signature`, which corr
16911698

16921699
- First official release, API still to be stabilized
16931700

1694-
[unreleased]: https://github.com/willmcgugan/rich/compare/v12.1.0...HEAD
1701+
[unreleased]: https://github.com/willmcgugan/rich/compare/v12.2.0...HEAD
1702+
[12.2.0]: https://github.com/willmcgugan/rich/compare/v12.1.0...v12.2.0
16951703
[12.1.0]: https://github.com/willmcgugan/rich/compare/v12.0.1...v12.1.0
16961704
[12.0.1]: https://github.com/willmcgugan/rich/compare/v12.0.0...v12.0.1
16971705
[12.0.0]: https://github.com/willmcgugan/rich/compare/v11.2.0...v12.0.0

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.1.0"
5+
version = "12.2.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)