Skip to content

Commit

Permalink
Release 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tclh123 committed Oct 16, 2020
1 parent c43a65b commit 8fc2623
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
* 0.9.3:
- Feature: allow merge commits in batch MRs, to make the commits be exactly the same in
the sub MRs and the batch MR. Add `--use-merge-commit-batches` and `--skip-ci-batches` options #264
- Feature: add `--use-no-ff-batches` to disable fast forwarding of batch merges (#256, #259)
* 0.9.2:
- Fix: ensure parameters are correct when merging with/without pipelines enabled #251
- Fix: only delete source branch if forced #193
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.2
0.9.3

0 comments on commit 8fc2623

Please sign in to comment.