Skip to content

Commit fe41f05

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.2.1...v2.0.0) (2023-04-21) ### Bug Fixes * make String.exec more resilient—handle arguments with spaces and across OS' ([01d632e](01d632e)) ### Features * use "git config core.hooksPath" instead of symlinking ([396f0c0](396f0c0)) ### BREAKING CHANGES * this note is more to signify that this change can have unexpected consequences on repositories that used any previous version where GHooks used to use symbolic links. While I can't think of anything that can go wrong with simply re-setting what the local config for hooksPath is, this note is meant to be a trigger for a major version change and to give a potential migration path: - Remove the symlinked directory (and potentially re-create an empty directory: `rm -rf .git/hooks && mkdir .git/hooks`; - Run GHooks' install task: `./gradlew installGitHooks`;
1 parent 12145df commit fe41f05

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
# [2.0.0](https://github.com/gtramontina/ghooks.gradle/compare/v1.2.1...v2.0.0) (2023-04-21)
2+
3+
4+
### Bug Fixes
5+
6+
* make String.exec more resilient—handle arguments with spaces and across OS' ([01d632e](https://github.com/gtramontina/ghooks.gradle/commit/01d632e285e1ee29ca06d96c2383525ce21138a9))
7+
8+
9+
### Features
10+
11+
* use "git config core.hooksPath" instead of symlinking ([396f0c0](https://github.com/gtramontina/ghooks.gradle/commit/396f0c07adaec34dce2edcd4a320146542acd812))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* this note is more to signify that this change can
17+
have unexpected consequences on repositories that used any previous
18+
version where GHooks used to use symbolic links. While I can't
19+
think of anything that can go wrong with simply re-setting what the
20+
local config for hooksPath is, this note is meant to be a trigger
21+
for a major version change and to give a potential migration path:
22+
23+
- Remove the symlinked directory (and potentially re-create an
24+
empty directory: `rm -rf .git/hooks && mkdir .git/hooks`;
25+
- Run GHooks' install task: `./gradlew installGitHooks`;
26+
127
## [1.2.1](https://github.com/gtramontina/ghooks.gradle/compare/v1.2.0...v1.2.1) (2023-04-16)
228

329

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = 1.2.1
1+
version = 2.0.0

0 commit comments

Comments
 (0)