Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dwreeves committed May 7, 2024
1 parent 480e266 commit eeeda2d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## Version 1.8.0 (2023-05-07)

- Fixed bad deprecation warning with `highlighter`
- Fixed incompatibility with Click 9.

## Version 1.8.0 (2023-04-30)

- Add `--rich-config` and `--output` options to the `rich-click` CLI.
Expand Down
2 changes: 1 addition & 1 deletion src/rich_click/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
customisation required.
"""

__version__ = "1.8.0"
__version__ = "1.8.1"

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

0 comments on commit eeeda2d

Please sign in to comment.