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

## [`6.3.1.dev0` (unreleased)](https://github.com/kdeldycke/meta-package-manager/compare/v6.3.0...main)
## [`6.3.2.dev0` (unreleased)](https://github.com/kdeldycke/meta-package-manager/compare/v6.3.1...main)

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

## [`6.3.1` (2026-04-11)](https://github.com/kdeldycke/meta-package-manager/compare/v6.3.0...v6.3.1)

- [mpm] Extend `--table-format` structured output to TOML, YAML, XML, JSON5, JSONC, and HJSON for all subcommands that produce machine-readable data (`managers`, `installed`, `outdated`, `search`, `locate`).
- [mpm] Change JSON output indentation from 4 to 2 spaces and stop sorting keys, aligning with click-extra defaults.
- [mpm] Rename `--output-format` / `-o` back to `--table-format`, aligning with the upstream click-extra default.
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.6809571
version: 6.3.1.dev0
version: 6.3.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-04-09
date-released: 2026-04-11
url: "https://github.com/kdeldycke/meta-package-manager"
2 changes: 1 addition & 1 deletion meta_package_manager/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@

from __future__ import annotations

__version__ = "6.3.1.dev0"
__version__ = "6.3.2.dev0"
10 changes: 5 additions & 5 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 = "meta-package-manager"
version = "6.3.1.dev0"
version = "6.3.2.dev0"
description = "🎁 wraps all package managers with a unifying CLI"
readme = "readme.md"
keywords = [
Expand Down Expand Up @@ -171,7 +171,7 @@ meta-package-manager = "meta_package_manager.__main__:main"

[project.urls]
"Homepage" = "https://github.com/kdeldycke/meta-package-manager"
"Download" = "https://github.com/kdeldycke/meta-package-manager/releases/tag/v6.3.1.dev0"
"Download" = "https://github.com/kdeldycke/meta-package-manager/releases/tag/v6.3.2.dev0"
"Changelog" = "https://github.com/kdeldycke/meta-package-manager/blob/main/changelog.md"
"Issues" = "https://github.com/kdeldycke/meta-package-manager/issues"
"Repository" = "https://github.com/kdeldycke/meta-package-manager"
Expand Down Expand Up @@ -224,8 +224,8 @@ click-extra = { git = "https://github.com/kdeldycke/click-extra.git", branch = "
product-name = "Meta Package Manager"
file-description = "🎁 wraps all package managers with a unifying CLI"
copyright = "Kevin Deldycke <kevin@deldycke.com> and contributors. Distributed under GPL-2.0-or-later license."
file-version = "6.3.1.dev0"
product-version = "6.3.1.dev0"
file-version = "6.3.2.dev0"
product-version = "6.3.2.dev0"
macos-app-icon = "docs/assets/icon.png"
linux-icon = "docs/assets/icon.png"
windows-icon-from-ico = "docs/assets/icon.png"
Expand Down Expand Up @@ -280,7 +280,7 @@ run.source = [ "meta_package_manager" ]
report.precision = 2

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

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

Loading