From 0545d5e7551c61b98cae69cdc279a4c61f4a29af Mon Sep 17 00:00:00 2001 From: devops-github-rudderstack <88187154+devops-github-rudderstack@users.noreply.github.com> Date: Thu, 12 Dec 2024 19:17:13 +0530 Subject: [PATCH] chore: release 0.2.0 --- CHANGELOG.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e79e3bb..9797784 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,48 @@ # Changelog +## [0.2.0](https://github.com/rudderlabs/git-hooks/compare/v0.1.5...v0.2.0) (2024-12-12) + + +### Features + +* husky support ([641dd97](https://github.com/rudderlabs/git-hooks/commit/641dd9742a4467a0f44c62bddfd8800676840e69)) +* implement hierarchical Git hook configuration and execution ([253fa99](https://github.com/rudderlabs/git-hooks/commit/253fa99f8e2c1f7f5228e5009daec180ee4f0da5)) +* improve gitleaks hook ([cfe52fc](https://github.com/rudderlabs/git-hooks/commit/cfe52fcf810e41bd53d78ac7f26b4b5ab7afd055)) +* support impode command ([82ef820](https://github.com/rudderlabs/git-hooks/commit/82ef82041c69611ec926f042c4bf2135297f0def)) + + +### Bug Fixes + +* improve hook script robustness ([cae3750](https://github.com/rudderlabs/git-hooks/commit/cae37504654ecea4616fc66ecf1ef931bbcc167a)) +* README.md ([ea25d1d](https://github.com/rudderlabs/git-hooks/commit/ea25d1da09c67fd3947c5be1e8ba26898490250a)) +* run goreleaser only against tags ([6982032](https://github.com/rudderlabs/git-hooks/commit/6982032e50f79abccba8070626e580ca535699ba)) +* use full path for calling git-hooks ([64b580f](https://github.com/rudderlabs/git-hooks/commit/64b580fe88dc04e744fcdcf03ded7d4f29604cba)) +* use full path for gitleaks ([70a27c6](https://github.com/rudderlabs/git-hooks/commit/70a27c623c68ad0ceee129d5af1e5625fbe4266d)) + + +### Miscellaneous + +* add go releaser ([9eb798e](https://github.com/rudderlabs/git-hooks/commit/9eb798e0fe83e270186621c06c61cc1a8e7f5388)) +* add README.md ([e53c93b](https://github.com/rudderlabs/git-hooks/commit/e53c93bac0bc791d6a79b3571e4acaea8cac69c6)) +* add release please ([78801e0](https://github.com/rudderlabs/git-hooks/commit/78801e08017408717a71f0f4ee711231826c3e39)) +* add release please ([103e946](https://github.com/rudderlabs/git-hooks/commit/103e946e7993826a0f0f8e7b4d359e767d937758)) +* dependencies ([a669ea3](https://github.com/rudderlabs/git-hooks/commit/a669ea34a9b36d900627acead42fcf69b99c393a)) +* empty ([0f07fdc](https://github.com/rudderlabs/git-hooks/commit/0f07fdcacccbf4af8def418c9cb575419bd10882)) +* fix goreleaser yml ([8f8884b](https://github.com/rudderlabs/git-hooks/commit/8f8884b039667a11cea4a24fe63047821e082fb2)) +* fix token name ([af85e28](https://github.com/rudderlabs/git-hooks/commit/af85e28f9b8226948f6301d23ae4982faadfb791)) +* goreleaser don't skip upload ([b86c92f](https://github.com/rudderlabs/git-hooks/commit/b86c92f6f21b23aae185fd10e2181b7da194924d)) +* **goreleaser:** cleanup ([db67de9](https://github.com/rudderlabs/git-hooks/commit/db67de9b5bf2b1c6735f8823c311307ca987c601)) +* **goreleaser:** use homebrew-tap repo ([3927761](https://github.com/rudderlabs/git-hooks/commit/3927761e686e2a81d57c7084dad1f50b1ec71477)) +* **goreleaser:** use token for external repo ([69ab0cd](https://github.com/rudderlabs/git-hooks/commit/69ab0cd4a93eb6ffbcc26763dd2c4fec8e810408)) +* **goreleaser:** use token for external repo ([326c7e2](https://github.com/rudderlabs/git-hooks/commit/326c7e23e626c7b98564d912b868e38f1e550d8f)) +* print path if git-hooks is not found ([4ea57b0](https://github.com/rudderlabs/git-hooks/commit/4ea57b018946b1fbc43773b07050728fa7e26653)) +* release 0.1.0 ([#1](https://github.com/rudderlabs/git-hooks/issues/1)) ([5dfa576](https://github.com/rudderlabs/git-hooks/commit/5dfa5768ed49b0d2e580d1e68a2920407bd2e7ee)) +* release 0.1.1 ([#2](https://github.com/rudderlabs/git-hooks/issues/2)) ([8461d83](https://github.com/rudderlabs/git-hooks/commit/8461d83f29e7ad96b2bbc0a840f4ba0b6d90a2fa)) +* release 0.1.2 ([#3](https://github.com/rudderlabs/git-hooks/issues/3)) ([60d5f55](https://github.com/rudderlabs/git-hooks/commit/60d5f55e073cae1744bea8503820e0a224d4dfcb)) +* release 0.1.4 ([#4](https://github.com/rudderlabs/git-hooks/issues/4)) ([46c7c6a](https://github.com/rudderlabs/git-hooks/commit/46c7c6af64c07d2bc84017c63e28fefa2a711e4c)) +* release 0.1.5 ([#6](https://github.com/rudderlabs/git-hooks/issues/6)) ([db0d841](https://github.com/rudderlabs/git-hooks/commit/db0d841092af6944ec12cf00b645ac65bfee3b27)) +* remove git from brew deps ([730e3a4](https://github.com/rudderlabs/git-hooks/commit/730e3a452fd281098fe9da4ba53f0d78eb27d263)) + ## [0.1.5](https://github.com/lvrach/git-hooks/compare/v0.1.4...v0.1.5) (2024-10-17)