Skip to content

Commit a58c11d

Browse files
committed
1.6.15: add refetch option to remotes configuration
1 parent c0452db commit a58c11d

File tree

16 files changed

+32
-23
lines changed

16 files changed

+32
-23
lines changed

Diff for: CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## master (unreleased)
44

5+
## 1.6.15 (2024-06-03)
6+
7+
- feat: add refetch option to remotes config ([#739](https://github.com/evilmartians/lefthook/pull/739)) by @mrexox
8+
- deps: June, 3, lipgloss (0.11.0) and viper (1.19.0) ([#742](https://github.com/evilmartians/lefthook/pull/742)) by @mrexox
9+
- chore: enable copyloopvar, intrange, and prealloc ([#740](https://github.com/evilmartians/lefthook/pull/740)) by @scop
10+
- perf: delay git and uname commands in hook scripts until needed ([#737](https://github.com/evilmartians/lefthook/pull/737)) by @scop
11+
- chore: refactor commands interfaces ([#735](https://github.com/evilmartians/lefthook/pull/735)) by @mrexox
12+
- chore: upgrade to 1.59.0 ([#738](https://github.com/evilmartians/lefthook/pull/738)) by @scop
13+
514
## 1.6.14 (2024-05-30)
615

716
- fix: share STDIN across different commands on pre-push hook ([#732](https://github.com/evilmartians/lefthook/pull/732)) by @tdesveaux and @mrexox

Diff for: docs/install.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ You can find the Swift wrapper plugin [here](https://github.com/csjones/lefthook
7878
Utilize lefthook in your Swift project using Swift Package Manager:
7979

8080
```swift
81-
.package(url: "https://github.com/csjones/lefthook-plugin.git", exact: "1.6.14"),
81+
.package(url: "https://github.com/csjones/lefthook-plugin.git", exact: "1.6.15"),
8282
```
8383

8484
Or, with [mint](https://github.com/yonaskolb/Mint):

Diff for: internal/version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"strconv"
99
)
1010

11-
const version = "1.6.14"
11+
const version = "1.6.15"
1212

1313
var (
1414
// Is set via -X github.com/evilmartians/lefthook/internal/version.commit={commit}.

Diff for: packaging/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Packages version to release
2-
VERSION := 1.6.14
2+
VERSION := 1.6.15
33

44
DIST_DIR := ../dist
55

Diff for: packaging/npm-bundled/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@evilmartians/lefthook",
3-
"version": "1.6.14",
3+
"version": "1.6.15",
44
"description": "Simple git hooks manager",
55
"main": "index.js",
66
"bin": {

Diff for: packaging/npm-installer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@evilmartians/lefthook-installer",
3-
"version": "1.6.14",
3+
"version": "1.6.15",
44
"description": "Simple git hooks manager",
55
"main": "index.js",
66
"bin": {

Diff for: packaging/npm/lefthook-darwin-arm64/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lefthook-darwin-arm64",
3-
"version": "1.6.14",
3+
"version": "1.6.15",
44
"description": "The macOS ARM 64-bit binary for lefthook, git hooks manager.",
55
"preferUnplugged": false,
66
"repository": "https://github.com/evilmartians/lefthook",

Diff for: packaging/npm/lefthook-darwin-x64/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lefthook-darwin-x64",
3-
"version": "1.6.14",
3+
"version": "1.6.15",
44
"description": "The macOS 64-bit binary for lefthook, git hooks manager.",
55
"preferUnplugged": false,
66
"repository": "https://github.com/evilmartians/lefthook",

Diff for: packaging/npm/lefthook-freebsd-arm64/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lefthook-freebsd-arm64",
3-
"version": "1.6.14",
3+
"version": "1.6.15",
44
"description": "The FreeBSD ARM 64-bit binary for lefthook, git hooks manager.",
55
"preferUnplugged": false,
66
"repository": "https://github.com/evilmartians/lefthook",

Diff for: packaging/npm/lefthook-freebsd-x64/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lefthook-freebsd-x64",
3-
"version": "1.6.14",
3+
"version": "1.6.15",
44
"description": "The FreeBSD 64-bit binary for lefthook, git hooks manager.",
55
"preferUnplugged": false,
66
"repository": "https://github.com/evilmartians/lefthook",

Diff for: packaging/npm/lefthook-linux-arm64/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lefthook-linux-arm64",
3-
"version": "1.6.14",
3+
"version": "1.6.15",
44
"description": "The Linux ARM 64-bit binary for lefthook, git hooks manager.",
55
"preferUnplugged": false,
66
"repository": "https://github.com/evilmartians/lefthook",

Diff for: packaging/npm/lefthook-linux-x64/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lefthook-linux-x64",
3-
"version": "1.6.14",
3+
"version": "1.6.15",
44
"description": "The Linux 64-bit binary for lefthook, git hooks manager.",
55
"preferUnplugged": false,
66
"repository": "https://github.com/evilmartians/lefthook",

Diff for: packaging/npm/lefthook-windows-arm64/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lefthook-windows-arm64",
3-
"version": "1.6.14",
3+
"version": "1.6.15",
44
"description": "The Windows ARM 64-bit binary for lefthook, git hooks manager.",
55
"preferUnplugged": false,
66
"repository": "https://github.com/evilmartians/lefthook",

Diff for: packaging/npm/lefthook-windows-x64/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lefthook-windows-x64",
3-
"version": "1.6.14",
3+
"version": "1.6.15",
44
"description": "The Windows 64-bit binary for lefthook, git hooks manager.",
55
"preferUnplugged": false,
66
"repository": "https://github.com/evilmartians/lefthook",

Diff for: packaging/npm/lefthook/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lefthook",
3-
"version": "1.6.14",
3+
"version": "1.6.15",
44
"description": "Simple git hooks manager",
55
"main": "index.js",
66
"repository": "https://github.com/evilmartians/lefthook",
@@ -20,14 +20,14 @@
2020
},
2121
"homepage": "https://github.com/evilmartians/lefthook#readme",
2222
"optionalDependencies": {
23-
"lefthook-darwin-arm64": "1.6.14",
24-
"lefthook-darwin-x64": "1.6.14",
25-
"lefthook-linux-arm64": "1.6.14",
26-
"lefthook-linux-x64": "1.6.14",
27-
"lefthook-freebsd-arm64": "1.6.14",
28-
"lefthook-freebsd-x64": "1.6.14",
29-
"lefthook-windows-arm64": "1.6.14",
30-
"lefthook-windows-x64": "1.6.14"
23+
"lefthook-darwin-arm64": "1.6.15",
24+
"lefthook-darwin-x64": "1.6.15",
25+
"lefthook-linux-arm64": "1.6.15",
26+
"lefthook-linux-x64": "1.6.15",
27+
"lefthook-freebsd-arm64": "1.6.15",
28+
"lefthook-freebsd-x64": "1.6.15",
29+
"lefthook-windows-arm64": "1.6.15",
30+
"lefthook-windows-x64": "1.6.15"
3131
},
3232
"scripts": {
3333
"postinstall": "node postinstall.js"

Diff for: packaging/rubygems/lefthook.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |spec|
22
spec.name = "lefthook"
3-
spec.version = "1.6.14"
3+
spec.version = "1.6.15"
44
spec.authors = ["A.A.Abroskin", "Evil Martians"]
55
spec.email = ["[email protected]"]
66

0 commit comments

Comments
 (0)