Releases: RatulMaharaj/pre-pip
Releases · RatulMaharaj/pre-pip
v0.1.3
This version brings the following updates to the project:
- Add support for remote hooks by @RatulMaharaj in #14
Full Changelog: v0.1.2...v0.1.3
v0.1.2
This version brings the following updates to the project:
- Added support for
bash
- Added basic testing using pytest
- Added github actions to automatically run test:
bash
tests run onubuntu-latest
andzsh
tests run onmacos-latest
- Added pre-commit hooks to help maintain consistent development environment
Full Changelog: v0.1.1...v0.1.2
v0.1.1
This version brings the following updates to the project:
- Added pip autoupdate example hook by @RatulMaharaj in #11
- Added ability to remove hooks by @RatulMaharaj in #12
Full Changelog: v0.1.0...v0.1.1
v0.1.0
This is the initial release of pre-pip
- a tool that allows you to run something before a pip command is executed.
This version ships with the following basic features:
- Support for
zsh
- Allows user to install
pre-pip
to.zshrc
file - Allows user to register custom hooks
- Allows user to list registered hooks
- Allow user to uninstall
pre-pip
from.zshrc
and remove all registered hooks