Skip to content

Commit 6a397c0

Browse files
committed
version bump
1 parent 6618bfb commit 6a397c0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## Version 1.8.5 (2024-12-01)
4+
5+
- Fix issue with error messages not using user-defined styles. [[#215](https://github.com/ewels/rich-click/pull/215)] ([@sankarngrjn](https://github.com/sankarngrjn))
6+
37
## Version 1.8.4 (2024-11-12)
48

59
- Support `rich.text.Text()` objects for `header_text`, `footer_text`, `errors_suggestion`, and `errors_epilogue`.

src/rich_click/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
customisation required.
77
"""
88

9-
__version__ = "1.8.4"
9+
__version__ = "1.8.5"
1010

1111
# Import the entire click API here.
1212
# We need to manually import these instead of `from click import *` to force

0 commit comments

Comments
 (0)