Releases: lvrfrc87/git-acp-ansible
Releases · lvrfrc87/git-acp-ansible
Ver. 2.2.0
- Add support for
clean
option. - Module exit with warning if nothing to commit.
Ver. 2.1.0
Ver. 2.0.0
- Remove git config argument (the practice of setting parameters in the environmental variables is encouraged)
- Remove remote argument (the practice of setting parameters in the URL is encouraged).
- Remove user argument (the practice of setting parameters in the URL is encouraged).
- Remove token argument (the practice of setting parameters in the URL is encouraged).
- Remove remote argument (the practice of setting parameters in the URL is encouraged)
Ver. 1.5.0
- Add pull function.
- Bump cryptography.
- Fix typo in README.md.
- Fix Compatibility with pre-commit ansible-lint.
Ver. 1.4.0
- Add SSH parameters support.
- Add poetry.
Ver. 1.3.0
- Class based code refactoring