diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 466df71..2be9c43 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e9c2f1c..ab71275 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.0](https://github.com/scortexio/git-merge-onto/compare/v0.1.0...v0.2.0) (2026-07-05) + + +### Features + +* add --absorbed to record the old parent as merged ([#3](https://github.com/scortexio/git-merge-onto/issues/3)) ([1c71a35](https://github.com/scortexio/git-merge-onto/commit/1c71a35bac0870bf977dae499a38c11dada0f875)) + ## 0.1.0 (2026-06-26) diff --git a/pyproject.toml b/pyproject.toml index 8315a55..4187164 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "git-merge-onto" -version = "0.1.0" +version = "0.2.0" description = "Re-parent a branch by merge instead of rebase: the git merge equivalent of `git rebase --onto`, without rewriting history." readme = "README.md" requires-python = ">=3.9"