Skip to content

Commit 178c562

Browse files
committed
bump version
1 parent dc9fced commit 178c562

4 files changed

Lines changed: 13 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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+
## [1.8.0] - 2022-05-07
9+
10+
### Changed
11+
12+
- Bumped Rich for improved SVG export
13+
814
## [1.7.0] - 2022-05-1
915

1016
## Added

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "rich-cli"
33
homepage = "https://github.com/Textualize/rich-cli"
4-
version = "1.7.0"
4+
version = "1.8.0"
55
description = "Command Line Interface to Rich"
66
authors = ["Will McGugan <willmcgugan@gmail.com>"]
77
license = "MIT"
@@ -23,7 +23,7 @@ classifiers = [
2323

2424
[tool.poetry.dependencies]
2525
python = "^3.7"
26-
rich = "^12.3.0"
26+
rich = "^12.4.0"
2727
click = "^8.0.0"
2828
requests = "^2.0.0"
2929
textual = "^0.1.18"

src/rich_cli/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"toml": "toml",
3838
}
3939

40-
VERSION = "1.7.0"
40+
VERSION = "1.8.0"
4141

4242

4343
AUTO = 0

0 commit comments

Comments
 (0)