Update to 3.0.7

This commit is contained in:
2025-08-04 14:12:01 +02:00
parent f2ee568ed8
commit b9933ef8c7
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Aug 4 12:10:02 UTC 2025 - Nico Krapp <nico.krapp@suse.com>
- Update to 3.0.7
* Fix: constraints not working with options having more than 2 names
by @tylerduffin and @janluke in #188
- Update to 3.0.6
* Remove support for EOL Python version (3.7) by @ulgens in #179
* Add Python 3.12 to tests and supported versions list by @ulgens in #181
* click 8.2: make_metavar() takes a context parameter now
by @ppentchev in #186
-------------------------------------------------------------------
Tue Apr 16 00:01:00 UTC 2024 - Eyad Issa <eyadlorenzo@gmail.com>