Skip to content

Commit

Permalink
Merge pull request #2165 from Textualize/v12.2.0
Browse files Browse the repository at this point in the history
version bump
  • Loading branch information
willmcgugan committed Apr 5, 2022
2 parents e4ba549 + 7e7d542 commit 0a3fcb9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Expand Up @@ -5,6 +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).

## [12.2.0] - 2022-05-05

### Changed

- Bumped typing-extensions minimum to 4.0.0
- Bumped minimum Python version to 3.6.3

## [12.1.0] - 2022-04-03

### Added
Expand Down Expand Up @@ -1691,7 +1698,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.1.0...HEAD
[unreleased]: https://github.com/willmcgugan/rich/compare/v12.2.0...HEAD
[12.2.0]: https://github.com/willmcgugan/rich/compare/v12.1.0...v12.2.0
[12.1.0]: https://github.com/willmcgugan/rich/compare/v12.0.1...v12.1.0
[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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -2,7 +2,7 @@
name = "rich"
homepage = "https://github.com/willmcgugan/rich"
documentation = "https://rich.readthedocs.io/en/latest/"
version = "12.1.0"
version = "12.2.0"
description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal"
authors = ["Will McGugan <willmcgugan@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 0a3fcb9

Please sign in to comment.