From d47d70e220bf5ef3886fe710270d30d4e099f0cf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 17:44:13 +0000 Subject: [PATCH] chore(main): release 0.1.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a915e8c..001eb2c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.1" + ".": "0.1.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a59921..49961ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.2](https://github.com/gfargo/git-rewrite/compare/v0.1.1...v0.1.2) (2026-07-04) + + +### Bug Fixes + +* rename PyPI package to git-rewrite-history (name was taken) ([331546b](https://github.com/gfargo/git-rewrite/commit/331546be4bea8464f0afd8d2645cef78f4a9a0f4)) + ## [0.1.1](https://github.com/gfargo/git-rewrite/compare/v0.1.0...v0.1.1) (2026-07-04) diff --git a/pyproject.toml b/pyproject.toml index 0478cc7..549b1a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "git-rewrite-history" -version = "0.1.1" +version = "0.1.2" description = "Bulk-rewrite any part of git commit history: messages, authors, emails, dates, and more" requires-python = ">=3.10" readme = "README.md"