Skip to content

Commit

Permalink
move from dev to actual
Browse files Browse the repository at this point in the history
  • Loading branch information
dwreeves committed Apr 30, 2024
1 parent 679cfed commit 30af6dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Version 1.8.0dev (2023-04-09)
## Version 1.8.0 (2023-04-30)

- Add `--rich-config` option to the `rich-click` CLI.
- Lazy load Rich to reduce overhead when not rendering help text. [[#154](https://github.com/ewels/rich-click/pull/154)]
Expand Down
4 changes: 2 additions & 2 deletions docs/blog/posts/version-1.8.md
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ We include the code we ran below. The metrics you see above were gathered by run

# Times

uv pip install --no-binary :all: "rich-click==1.8.0dev7"
uv pip install --no-binary :all: "rich-click==1.8.0"

get_times hello_argparse.py true
get_times hello_click.py true
Expand All @@ -699,7 +699,7 @@ We include the code we ran below. The metrics you see above were gathered by run
# Memory profiling

uv pip install memory-profiler
uv pip install --no-binary :all: "rich-click==1.8.0dev7"
uv pip install --no-binary :all: "rich-click==1.8.0"

get_mprof hello_argparse.py true
get_mprof hello_click.py true
Expand Down

0 comments on commit 30af6dc

Please sign in to comment.