v1.1.0
Release Version: v1.0.1
Release Date: January 3, 2023
Summary:
This release contains the minor bug fix where the actual execution deletion of a local branch was omitted. Now the user will be able to seamlessly delete the branches from the local repo.
Detailed Changes:
A single line was uncommented which was commented on as a part of testing. The code to obtain the repo object was also decoupled,
Know issues:
- There are some discrepancies in the nomenclature, but the package itself has no issues.
- There is no way of pruning the local repo, this means though a branch is deleted in origin, the local repo shows the existence of those deleted branches on the repo. Now this can only be done manually by running
git remote prune origin
Full Changelog: 1.0.1...1.1.0