diff --git a/changelog.md b/changelog.md index d367ac5b7..da749f120 100644 --- a/changelog.md +++ b/changelog.md @@ -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] diff --git a/citation.cff b/citation.cff index bd38baa6c..21620e9d7 100644 --- a/citation.cff +++ b/citation.cff @@ -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" \ No newline at end of file diff --git a/click_extra/__init__.py b/click_extra/__init__.py index d5fa75dc2..b8c8e71fd 100644 --- a/click_extra/__init__.py +++ b/click_extra/__init__.py @@ -243,7 +243,7 @@ """ -__version__ = "7.8.1.dev0" +__version__ = "7.8.2.dev0" def __getattr__(name: str) -> object: diff --git a/pyproject.toml b/pyproject.toml index 231971d8b..b2b373074 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [ @@ -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" @@ -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). diff --git a/uv.lock b/uv.lock index 2e0b8499a..264189394 100644 --- a/uv.lock +++ b/uv.lock @@ -9,11 +9,11 @@ resolution-markers = [ ] [options] -exclude-newer = "2026-03-03T14:27:35.559319868Z" +exclude-newer = "2026-03-05T09:12:46.937849611Z" exclude-newer-span = "P1W" [options.exclude-newer-package] -tabulate = { timestamp = "2026-03-10T14:27:35.559324788Z", span = "PT0S" } +tabulate = { timestamp = "2026-03-12T09:12:46.937854751Z", span = "PT0S" } [[package]] name = "accessible-pygments" @@ -197,7 +197,7 @@ wheels = [ [[package]] name = "click-extra" -version = "7.8.1.dev0" +version = "7.8.2.dev0" source = { editable = "." } dependencies = [ { name = "boltons" }, @@ -530,7 +530,7 @@ name = "exceptiongroup" version = "1.3.1" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "typing-extensions", marker = "python_full_version < '3.13'" }, + { name = "typing-extensions", marker = "python_full_version < '3.11'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/50/79/66800aadf48771f6b62f7eb014e352e5d06856655206165d775e675a02c9/exceptiongroup-1.3.1.tar.gz", hash = "sha256:8b412432c6055b0b7d14c310000ae93352ed6754f70fa8f7c34141f91c4e3219", size = 30371, upload-time = "2025-11-21T23:01:54.787Z" } wheels = [