Skip to content

Commit 22e494e

Browse files
kdeldyckegithub-actions[bot]
authored andcommitted
Fix changelog
1 parent b33d546 commit 22e494e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

changelog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
1212
- Consolidate the `--time`, `--jobs` and `-0`/`--zero-exit` options into a single `click_extra.execution` module. The `click_extra.jobs` and `click_extra.timer` submodules are removed: their decorators and classes (`timer_option`, `jobs_option`, `TimerOption`, `JobsOption`, `CPU_COUNT`, `DEFAULT_JOBS`) remain importable from the `click_extra` root. The `--show-params` table now reports these options under `click_extra.execution`.
1313
- Honor the standard `POSIXLY_CORRECT` environment variable. When it is present in the environment (regardless of value), `ExtraContext` forces `allow_interspersed_args` to `False`, so every Click Extra command and group stops parsing options at the first positional argument, matching GNU getopt-based tools.
1414

15-
## [`7.17.2` (2026-05-25)](https://github.com/kdeldycke/click-extra/compare/v7.17.1...v7.17.2)
15+
## [`7.17.2` (2026-05-26)](https://github.com/kdeldycke/click-extra/compare/v7.17.1...v7.17.2)
16+
17+
> [!NOTE]
18+
> `7.17.2` is available on [🐍 PyPI](https://pypi.org/project/click-extra/7.17.2/) and [🐙 GitHub](https://github.com/kdeldycke/click-extra/releases/tag/v7.17.2).
1619
1720
- Add Mermaid diagrams throughout the documentation to render resolution and layering rules previously carried by prose or nested lists: configuration-file source selection and value precedence (`config.md`), the Click / Cloup / click-extra class layering and the `@command`/`@group` default-option bundle (`commands.md`), `--color`/`--no-color` ANSI enablement (`colorize.md`), the `{version}` and `{exec_name}` fallback chains (`version.md`), the `decorator_factory` subclass guardrail (`decorators.md`), and environment-variable id resolution (`envvar.md`).
1821

0 commit comments

Comments
 (0)