Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed May 7, 2022
1 parent dc9fced commit 178c562
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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).

## [1.8.0] - 2022-05-07

### Changed

- Bumped Rich for improved SVG export

## [1.7.0] - 2022-05-1

## Added
Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "rich-cli"
homepage = "https://github.com/Textualize/rich-cli"
version = "1.7.0"
version = "1.8.0"
description = "Command Line Interface to Rich"
authors = ["Will McGugan <[email protected]>"]
license = "MIT"
Expand All @@ -23,7 +23,7 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.7"
rich = "^12.3.0"
rich = "^12.4.0"
click = "^8.0.0"
requests = "^2.0.0"
textual = "^0.1.18"
Expand Down
2 changes: 1 addition & 1 deletion src/rich_cli/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"toml": "toml",
}

VERSION = "1.7.0"
VERSION = "1.8.0"


AUTO = 0
Expand Down

0 comments on commit 178c562

Please sign in to comment.