Skip to content

Commit 2c93dce

Browse files
authored
Merge pull request #2245 from Textualize/v12.4.0
new version
2 parents 857e0a0 + aae2161 commit 2c93dce

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ 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.4.0] - 2022-05-07
99

1010
### Changed
1111

12-
- Change SVG export to create a simpler SVG
12+
- Rebuilt SVG export to create a simpler SVG that is more portable
1313
- Fix render_lines crash when render height was negative https://github.com/Textualize/rich/pull/2246
1414

1515
### Added
@@ -1730,7 +1730,8 @@ Major version bump for a breaking change to `Text.stylize signature`, which corr
17301730

17311731
- First official release, API still to be stabilized
17321732

1733-
[unreleased]: https://github.com/willmcgugan/rich/compare/v12.3.0...HEAD
1733+
[unreleased]: https://github.com/willmcgugan/rich/compare/v12.4.0...HEAD
1734+
[12.4.0]: https://github.com/willmcgugan/rich/compare/v12.3.0...v12.4.0
17341735
[12.3.0]: https://github.com/willmcgugan/rich/compare/v12.2.0...v12.3.0
17351736
[12.2.0]: https://github.com/willmcgugan/rich/compare/v12.1.0...v12.2.0
17361737
[12.1.0]: https://github.com/willmcgugan/rich/compare/v12.0.1...v12.1.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.3.0"
5+
version = "12.4.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)