diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 13708fa..ca1c614 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.1" + ".": "0.7.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c5c976..b5ab847 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.7.2](https://github.com/dryvist/mlx-benchmarks/compare/v0.7.1...v0.7.2) (2026-06-01) + + +### Bug Fixes + +* **ci:** repoint release-please caller to org-native reusable workflow ([#68](https://github.com/dryvist/mlx-benchmarks/issues/68)) ([01ee035](https://github.com/dryvist/mlx-benchmarks/commit/01ee035f9031b0cbe40a3cc5e2b65681e1e3c0c5)) +* **ci:** retarget reusable-workflow uses: refs to current org homes ([#66](https://github.com/dryvist/mlx-benchmarks/issues/66)) ([4622ef8](https://github.com/dryvist/mlx-benchmarks/commit/4622ef8a520ce35fae0e4027b9963a8b35b0e291)) + ## [0.7.1](https://github.com/JacobPEvans/mlx-benchmarks/compare/v0.7.0...v0.7.1) (2026-05-25) diff --git a/pyproject.toml b/pyproject.toml index b37ab52..90926ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mlx-benchmarks" -version = "0.7.1" # x-release-please-version +version = "0.7.2" # x-release-please-version description = "Benchmark harness for MLX-quantized LLMs on Apple Silicon — envelope v1 + HF dataset publisher" readme = "README.md" license = { file = "LICENSE" } diff --git a/src/mlx_benchmarks/__init__.py b/src/mlx_benchmarks/__init__.py index d7422a6..0497ded 100644 --- a/src/mlx_benchmarks/__init__.py +++ b/src/mlx_benchmarks/__init__.py @@ -16,4 +16,4 @@ "validate_envelope", ] -__version__ = "0.7.1" # x-release-please-version +__version__ = "0.7.2" # x-release-please-version