diff --git a/README.md b/README.md index 1ac4038..e87fa58 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/pyproject.toml b/pyproject.toml index cd9c6e7..7a044d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "MIT"