File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ ` 8.0.2.dev0 ` (unreleased)] ( https://github.com/kdeldycke/click-extra/compare/v8.0.1...main )
4+
5+ > [ !WARNING]
6+ > This version is ** not released yet** and is under active development.
7+
38## [ ` 8.0.1 ` (2026-06-22)] ( https://github.com/kdeldycke/click-extra/compare/v8.0.0...v8.0.1 )
49
510- Redo a proper release.
Original file line number Diff line number Diff line change 88 email: kevin@deldycke.com
99 orcid: "https://orcid.org/0000-0001-9748-9014"
1010doi: 10.5281/zenodo.7116050
11- version: 8.0.1
11+ version: 8.0.2.dev0
1212# The release date is kept up to date by the external workflows. See:
1313# https://github.com/kdeldycke/workflows/blob/33b704b489c1aa18b7b7efbf963e153e91e1c810/.github/workflows/changelog.yaml#L135-L137
1414date-released: 2026-06-22
Original file line number Diff line number Diff line change 424424del _HAS_CLICK_8_4_EXPORTS
425425
426426
427- __version__ = "8.0.1 "
427+ __version__ = "8.0.2.dev0 "
428428__git_branch__ = ""
429429__git_date__ = ""
430430__git_long_hash__ = ""
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ requires = [ "uv-build>=0.9" ]
55[project ]
66# Docs: https://packaging.python.org/en/latest/guides/writing-pyproject-toml/
77name = " click-extra"
8- version = " 8.0.1 "
8+ version = " 8.0.2.dev0 "
99description = " π Drop-in replacement for Click to make user-friendly and colorful CLI"
1010readme = " readme.md"
1111keywords = [
@@ -193,7 +193,7 @@ click-extra = "click_extra.__main__:main"
193193
194194[project .urls ]
195195"Homepage" = " https://github.com/kdeldycke/click-extra"
196- "Download" = " https://github.com/kdeldycke/click-extra/releases/tag/v8.0.1 "
196+ "Download" = " https://github.com/kdeldycke/click-extra/releases/tag/v8.0.2.dev0 "
197197"Changelog" = " https://github.com/kdeldycke/click-extra/blob/main/changelog.md"
198198"Issues" = " https://github.com/kdeldycke/click-extra/issues"
199199"Repository" = " https://github.com/kdeldycke/click-extra"
@@ -405,7 +405,7 @@ run.source = [ "click_extra" ]
405405report.precision = 2
406406
407407[tool .bumpversion ]
408- current_version = " 8.0.1 "
408+ current_version = " 8.0.2.dev0 "
409409# Parse versions with an optional .devN suffix (PEP 440).
410410parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)(\\ .dev(?P<dev>\\ d+))?"
411411serialize = [
Original file line number Diff line number Diff line change 11<p align =" center " >
22 <a href =" https://github.com/kdeldycke/click-extra/ " >
3- <img src="https://raw.githubusercontent.com/kdeldycke/click-extra/v8.0.1 /docs/assets/logo-banner.svg" alt="Click Extra">
3+ <img src="https://raw.githubusercontent.com/kdeldycke/click-extra/main /docs/assets/logo-banner.svg" alt="Click Extra">
44 </a >
55</p >
66
@@ -44,11 +44,11 @@ This is a great way to play with Click Extra and check that it runs fine on your
4444
4545It transforms this vanilla ` click ` CLI:
4646
47- ![ click CLI help screen] ( https://raw.githubusercontent.com/kdeldycke/click-extra/v8.0.1 /docs/assets/click-help-screen.png )
47+ ![ click CLI help screen] ( https://raw.githubusercontent.com/kdeldycke/click-extra/main /docs/assets/click-help-screen.png )
4848
4949Into this:
5050
51- ![ click-extra CLI help screen] ( https://raw.githubusercontent.com/kdeldycke/click-extra/v8.0.1 /docs/assets/click-extra-screen.png )
51+ ![ click-extra CLI help screen] ( https://raw.githubusercontent.com/kdeldycke/click-extra/main /docs/assets/click-extra-screen.png )
5252
5353To understand how we ended up with the result above, [ go read the tutorial] ( https://kdeldycke.github.io/click-extra/tutorial.html ) .
5454
You canβt perform that action at this time.
0 commit comments