Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Changelog

## [`7.8.1.dev0` (unreleased)](https://github.com/kdeldycke/click-extra/compare/v7.8.0...main)
## [`7.8.2.dev0` (unreleased)](https://github.com/kdeldycke/click-extra/compare/v7.8.1...main)

> [!WARNING]
> This version is **not released yet** and is under active development.

## [`7.8.1` (2026-03-12)](https://github.com/kdeldycke/click-extra/compare/v7.8.0...v7.8.1)

## [`7.8.0` (2026-03-09)](https://github.com/kdeldycke/click-extra/compare/v7.7.0...v7.8.0)

> [!NOTE]
Expand Down
4 changes: 2 additions & 2 deletions citation.cff
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ authors:
email: kevin@deldycke.com
orcid: "https://orcid.org/0000-0001-9748-9014"
doi: 10.5281/zenodo.7116050
version: 7.8.1.dev0
version: 7.8.2.dev0
# The release date is kept up to date by the external workflows. See:
# https://github.com/kdeldycke/workflows/blob/33b704b489c1aa18b7b7efbf963e153e91e1c810/.github/workflows/changelog.yaml#L135-L137
date-released: 2026-03-09
date-released: 2026-03-12
url: "https://github.com/kdeldycke/click-extra"
2 changes: 1 addition & 1 deletion click_extra/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@
"""


__version__ = "7.8.1.dev0"
__version__ = "7.8.2.dev0"


def __getattr__(name: str) -> object:
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ requires = [ "uv-build>=0.9" ]
[project]
# Docs: https://packaging.python.org/en/latest/guides/writing-pyproject-toml/
name = "click-extra"
version = "7.8.1.dev0"
version = "7.8.2.dev0"
description = "🌈 Drop-in replacement for Click to make user-friendly and colorful CLI"
readme = "readme.md"
keywords = [
Expand Down Expand Up @@ -183,7 +183,7 @@ click-extra-demo = "click_extra.__main__:main"

[project.urls]
"Homepage" = "https://github.com/kdeldycke/click-extra"
"Download" = "https://github.com/kdeldycke/click-extra/releases/tag/v7.8.1.dev0"
"Download" = "https://github.com/kdeldycke/click-extra/releases/tag/v7.8.2.dev0"
"Changelog" = "https://github.com/kdeldycke/click-extra/blob/main/changelog.md"
"Issues" = "https://github.com/kdeldycke/click-extra/issues"
"Repository" = "https://github.com/kdeldycke/click-extra"
Expand Down Expand Up @@ -343,7 +343,7 @@ run.source = [ "click_extra" ]
report.precision = 2

[tool.bumpversion]
current_version = "7.8.1.dev0"
current_version = "7.8.2.dev0"
allow_dirty = true
ignore_missing_files = true
# Parse versions with an optional .devN suffix (PEP 440).
Expand Down
8 changes: 4 additions & 4 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading