14
0
forked from pool/python-typer
Matthias Bach
2025-08-30 15:20:44 +00:00
committed by Git OBS Bridge
parent 71f4d194d1
commit ce6ae4fe5b
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Aug 30 14:32:00 UTC 2025 - Matthias Bach <marix@marix.org>
- Update to 0.17.3
* Allow annotated parsing with a subclass of Path.
* Avoid printing default: None in the help section when using
Rich.
* Fix markdown formatting in --help output.
* Lazy-load rich_utils to reduce startup time.
-------------------------------------------------------------------
Mon Aug 25 14:25:37 UTC 2025 - Markéta Machová <mmachova@suse.com>