Accepting request 1228113 from home:theMarix:branches:devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1228113
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typer?expand=0&rev=38
This commit is contained in:
Matthias Bach
2024-12-03 21:35:10 +00:00
committed by Git OBS Bridge
parent 238c32f933
commit d4b2011afd
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Dec 3 20:36:00 UTC 2024 - Matthias Bach <marix@marix.org> - 0.15.0
- Update to 0.15.0
* Add support for extending typer apps without passing a name,
add commands to the top level.
* Breaking change: Remove auto naming of groups added via
add_typer based on the group's callback function name.
-------------------------------------------------------------------
Wed Nov 20 17:25:27 UTC 2024 - Dirk Müller <dmueller@suse.com>