Skip to content

Commit

Permalink
0.7.4: Fix some commands outside of repositories, create .git/hooks i…
Browse files Browse the repository at this point in the history
…f needed
  • Loading branch information
Envek committed Apr 30, 2021
1 parent f79dd0d commit 2e6bfe9
Show file tree
Hide file tree
Showing 18 changed files with 5 additions and 3 deletions.
Binary file modified .npm/bin/lefthook_darwin_amd64/lefthook
Binary file not shown.
Binary file modified .npm/bin/lefthook_darwin_arm64/lefthook
Binary file not shown.
Binary file modified .npm/bin/lefthook_linux_386/lefthook
Binary file not shown.
Binary file modified .npm/bin/lefthook_linux_amd64/lefthook
Binary file not shown.
Binary file modified .npm/bin/lefthook_linux_arm64/lefthook
Binary file not shown.
Binary file modified .npm/bin/lefthook_windows_386/lefthook.exe
Binary file not shown.
Binary file modified .npm/bin/lefthook_windows_amd64/lefthook.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion .npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arkweid/lefthook",
"version": "0.7.3",
"version": "0.7.4",
"description": "Simple git hooks manager",
"main": "index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion .rubygems/lefthook.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = "lefthook"
spec.version = "0.7.3"
spec.version = "0.7.4"
spec.authors = ["A.A.Abroskin"]
spec.email = ["[email protected]"]

Expand Down
Binary file modified .rubygems/libexec/lefthook_darwin_amd64/lefthook
Binary file not shown.
Binary file modified .rubygems/libexec/lefthook_darwin_arm64/lefthook
Binary file not shown.
Binary file modified .rubygems/libexec/lefthook_linux_386/lefthook
Binary file not shown.
Binary file modified .rubygems/libexec/lefthook_linux_amd64/lefthook
Binary file not shown.
Binary file modified .rubygems/libexec/lefthook_linux_arm64/lefthook
Binary file not shown.
Binary file modified .rubygems/libexec/lefthook_windows_386/lefthook.exe
Binary file not shown.
Binary file modified .rubygems/libexec/lefthook_windows_amd64/lefthook.exe
Binary file not shown.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## master (unreleased)

# 0.7.4 (2021-04-30)

- [PR](https://github.com/evilmartians/lefthook/pull/171) Improve check for installed git @DmitryTsepelev
- [PR](https://github.com/evilmartians/lefthook/pull/169) Create .git/hooks directory when it does not exist @DmitryTsepelev

Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

const (
version string = "0.7.3"
version string = "0.7.4"
)

// versionCmd represents the version command
Expand Down

0 comments on commit 2e6bfe9

Please sign in to comment.