Skip to content

Commit 49da7f3

Browse files
committed
1.6.5: fix windows max cmd length
1 parent 745bcc3 commit 49da7f3

File tree

16 files changed

+30
-23
lines changed

16 files changed

+30
-23
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
## master (unreleased)
44

5+
## 1.6.5 (2024-03-04)
6+
7+
- fix: decrease max cmd length for windows ([#666](https://github.com/evilmartians/lefthook/pull/666)) by @mrexox
8+
- deps: Dependencies 04.03.2024 ([#664](https://github.com/evilmartians/lefthook/pull/664)) by @mrexox
9+
- chore: fix Makefile by @mrexox
10+
- docs: fix redundant option by @mrexox
11+
512
## 1.6.4 (2024-02-28)
613

714
- deps: update uniseg ([#650](https://github.com/evilmartians/lefthook/pull/650)) by @technicalpickles

docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ python3 -m pip install --user lefthook
7676
You can find the Swift wrapper plugin [here](https://github.com/csjones/lefthook-plugin). To utilize lefthook, include the plugin in the dependencies section of your `Package.swift`:
7777

7878
```swift
79-
.package(url: "https://github.com/csjones/lefthook-plugin.git", exact: "1.6.4"),
79+
.package(url: "https://github.com/csjones/lefthook-plugin.git", exact: "1.6.5"),
8080
```
8181

8282
## <a id="scoop"></a> Scoop for Windowss

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"strconv"
77
)
88

9-
const version = "1.6.4"
9+
const version = "1.6.5"
1010

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

packaging/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Packages version to release
2-
VERSION := 1.6.4
2+
VERSION := 1.6.5
33

44
DIST_DIR := ../dist
55

packaging/npm-bundled/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@evilmartians/lefthook",
3-
"version": "1.6.4",
3+
"version": "1.6.5",
44
"description": "Simple git hooks manager",
55
"main": "index.js",
66
"bin": {

packaging/npm-installer/package.json

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

packaging/npm/lefthook-darwin-arm64/package.json

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

packaging/npm/lefthook-darwin-x64/package.json

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

packaging/npm/lefthook-freebsd-arm64/package.json

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

packaging/npm/lefthook-freebsd-x64/package.json

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

packaging/npm/lefthook-linux-arm64/package.json

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

packaging/npm/lefthook-linux-x64/package.json

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

packaging/npm/lefthook-windows-arm64/package.json

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

packaging/npm/lefthook-windows-x64/package.json

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

packaging/npm/lefthook/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lefthook",
3-
"version": "1.6.4",
3+
"version": "1.6.5",
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.4",
24-
"lefthook-darwin-x64": "1.6.4",
25-
"lefthook-linux-arm64": "1.6.4",
26-
"lefthook-linux-x64": "1.6.4",
27-
"lefthook-freebsd-arm64": "1.6.4",
28-
"lefthook-freebsd-x64": "1.6.4",
29-
"lefthook-windows-arm64": "1.6.4",
30-
"lefthook-windows-x64": "1.6.4"
23+
"lefthook-darwin-arm64": "1.6.5",
24+
"lefthook-darwin-x64": "1.6.5",
25+
"lefthook-linux-arm64": "1.6.5",
26+
"lefthook-linux-x64": "1.6.5",
27+
"lefthook-freebsd-arm64": "1.6.5",
28+
"lefthook-freebsd-x64": "1.6.5",
29+
"lefthook-windows-arm64": "1.6.5",
30+
"lefthook-windows-x64": "1.6.5"
3131
},
3232
"scripts": {
3333
"postinstall": "node postinstall.js"

packaging/rubygems/lefthook.gemspec

Lines changed: 1 addition & 1 deletion
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.4"
3+
spec.version = "1.6.5"
44
spec.authors = ["A.A.Abroskin", "Evil Martians"]
55
spec.email = ["[email protected]"]
66

0 commit comments

Comments
 (0)