Skip to content

v0.17.0

Compare
Choose a tag to compare
@actions-helper actions-helper released this 02 Nov 18:14
· 152 commits to main since this release

v0.17.0 (2023-11-02)

Chore

  • chore: Issue 159 - Using latest git hooks (#322)

#159

Pre-commit does not support using a latest
tag
,
the only way to use latest is to update after install.

I tested these changes by updating the version I installed with brew
re-initializing a test repo with javascript and python code. It looks
like the fix I made to the update command could use a regression test,
that line of code cannot run without a folder path argument.

Co-authored-by: Rob Rodriguez <[email protected]> (4b77d27)

Feature

  • feat: add version option functionality (#330)

closes #170

Adds option to display the current seCureLI version in the terminal
using either -v or --version (285864d)