diff --git a/CHANGELOG.md b/CHANGELOG.md index 5af8c2d..45fa79b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)] diff --git a/docs/blog/posts/version-1.8.md b/docs/blog/posts/version-1.8.md index 3adb326..a62a3ca 100644 --- a/docs/blog/posts/version-1.8.md +++ b/docs/blog/posts/version-1.8.md @@ -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 @@ -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