Skip to content

Commit

Permalink
Update readme, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kkinder committed Dec 23, 2022
1 parent 67e44a0 commit de4b1e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Commands:
- overview (o): Prints an overview of branches with outstanding commits
- forward (f): Fast forwards commits into branch
- backfix (b): Applies changes on more advanced branches to current one
- compare (c): Shows commits in one branch but not another
- init: Initialize repo

Add `-h` to any command for usage details.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gitbrancher"
version = "1.0.1"
version = "1.1.0"
description = "Manage git workflow between multiple branches"
authors = ["Ken Kinder <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit de4b1e5

Please sign in to comment.