Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dwreeves committed Apr 11, 2024
1 parent 32ae275 commit 8083315
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
- Related: `highlighter` is now deprecated in `RichHelpConfiguration`; please use `highlighter_patterns` instead.
- Moved exclusively to `pyproject.toml` and removed `setup.py` / `setup.cfg`; thank you [@Stealthii](github.com/Stealthii)!
- Moved to `text_markup: Literal["markdown", "rich", None]` instead of booleans.
- Fixed issue where error messages would not print to `stderr` by default.

## Version 1.7.4 (2024-03-12)

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.0dev2"
__version__ = "1.8.0dev3"

# 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 8083315

Please sign in to comment.