Skip to content

Commit 890d627

Browse files
kdeldyckegithub-actions[bot]
authored andcommitted
Fix changelog
1 parent c2e8f32 commit 890d627

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
88
## [`8.1.1` (2026-06-24)](https://github.com/kdeldycke/click-extra/compare/v8.1.0...v8.1.1)
99

10+
> [!NOTE]
11+
> `8.1.1` is available on [🐍 PyPI](https://pypi.org/project/click-extra/8.1.1/).
12+
13+
> [!WARNING]
14+
> `8.1.1` is **not available** on 🐙 GitHub.
15+
1016
- Fix `multiple` and variadic (`nargs=-1`) options typed with `EnumChoice`: their tuple default was stringified as a whole (`str((MyEnum.FOO,))`) instead of per member, so the default tripped Click's `Value must be an iterable` check when the option was left unset.
1117
- Fix `decorator_factory` leaking options across reuses of a pre-instantiated decorator: applying the same `command()` or `group()` decorator to several functions accumulated duplicate parameters, because Click extended its shared `params` list in place on each use.
1218

0 commit comments

Comments
 (0)