1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
|
# Change Log
## v0.6.3 (2025-06-01)
### Refactor
- update linter tools, python dependency and add types to application, remove black
## v0.6.2 (2024-04-28)
### Fix
- add missing build-system
## v0.6.1 (2023-06-03)
### Fix
- commitizen bumps version in decli/__init_.py
## v0.6.0 (2023-04-28)
### Feat
- add py.typed
### Fix
- improve type hints
## v0.5.2 (2020-07-26)
### Fix
- **application**: add required subcommand support for python 3.6
# 0.5.1
### Fixes
* Logger changed from DEBUG to INFO
# 0.5.0
### Features
* **arguments:** exclusive groups are now supported
# 0.4.0
### Features
* **arguments:** it is possible to group arguments now
|