v1.15.0
Notable changes
With the launch of this release, we’re excited to introduce official support for project-specific Git hooks through the utilization of the pre-commit framework. This enhancement empowers users to seamlessly integrate their own repository-specific Git automation using Git hooks. This new functionality fosters a more streamlined workflow, allowing for customized automation that aligns perfectly with the unique needs and demands of your individual projects.
What's Changed
- feat: Run
pre-commit
framework for all Git repositories by @MoritzWeber0 in #213
Full Changelog: v1.14.1...v1.15.0