Skip to content

Releases: RatulMaharaj/pre-pip

v0.1.3

05 Dec 00:33
Compare
Choose a tag to compare

This version brings the following updates to the project:

Full Changelog: v0.1.2...v0.1.3

v0.1.2

04 Dec 23:06
Compare
Choose a tag to compare

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 on ubuntu-latest and zsh tests run on macos-latest
  • Added pre-commit hooks to help maintain consistent development environment

Full Changelog: v0.1.1...v0.1.2

v0.1.1

29 Nov 17:58
Compare
Choose a tag to compare

This version brings the following updates to the project:

Full Changelog: v0.1.0...v0.1.1

v0.1.0

29 Nov 02:33
5721683
Compare
Choose a tag to compare

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