Skip to content

Commit a514e73

Browse files
authored
Merge pull request #22 from Textualize/v1.5.0
version bump
2 parents 3e626ce + 4d8f37a commit a514e73

3 files changed

Lines changed: 54 additions & 49 deletions

File tree

poetry.lock

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

pyproject.toml

Lines changed: 3 additions & 3 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.3.0"
4+
version = "1.5.0"
55
description = "Command Line Interface to Rich"
66
authors = ["Will McGugan <willmcgugan@gmail.com>"]
77
license = "MIT"
@@ -23,11 +23,11 @@ classifiers = [
2323

2424
[tool.poetry.dependencies]
2525
python = "^3.7"
26-
rich = "^11.0.0"
26+
rich = "^11.2.0"
2727
click = "^8.0.0"
2828
requests = "^2.0.0"
2929
textual = "^0.1.15"
30-
rich-rst = "^0.2.5"
30+
rich-rst = "^1.0.0"
3131

3232
[tool.poetry.dev-dependencies]
3333
black = "21.12b0"

src/rich_cli/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ def print_usage() -> None:
567567
from rich_rst import RestructuredText
568568

569569
rst_data, lexter = read_resource(resource, lexer)
570-
renderable = RestructuredText(rst_data)
570+
renderable = RestructuredText(rst_data, show_errors=False)
571571

572572
elif resource_format == INSPECT:
573573
try:

0 commit comments

Comments
 (0)