Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0"
".": "0.2.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down