Skip to content

Commit

Permalink
1.10.0: add jobs option
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexox committed Dec 19, 2024
1 parent 73d28b7 commit e75c1cd
Show file tree
Hide file tree
Showing 22 changed files with 36 additions and 31 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change log

## 1.10.0 (2024-12-19)

- feat: add jobs option ([#861](https://github.com/evilmartians/lefthook/pull/861)) by @mrexox
- ci: automate aur package update ([#899](https://github.com/evilmartians/lefthook/pull/899)) by @mrexox

## 1.9.3 (2024-12-18)

- fix: correctly parse config options ([#895](https://github.com/evilmartians/lefthook/pull/895)) by @mrexox
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ version:
sed -i "s/lefthook-plugin.git\", exact: \".*\"/lefthook-plugin.git\", exact: \"$$version\"/" docs/install.md
sed -i "s/lefthook-plugin.git\", exact: \".*\"/lefthook-plugin.git\", exact: \"$$version\"/" docs/mdbook/installation/swift.md
ruby packaging/pack.rb clean set_version
git add internal/version/version.go packaging/* docs/install.md
git add internal/version/version.go packaging/* docs/
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ You can find the Swift wrapper plugin [here](https://github.com/csjones/lefthook
Utilize lefthook in your Swift project using Swift Package Manager:

```swift
.package(url: "https://github.com/csjones/lefthook-plugin.git", exact: "1.9.3"),
.package(url: "https://github.com/csjones/lefthook-plugin.git", exact: "1.10.0"),
```

Or, with [mint](https://github.com/yonaskolb/Mint):
Expand Down
2 changes: 1 addition & 1 deletion docs/mdbook/installation/swift.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ You can find the Swift wrapper plugin [here](https://github.com/csjones/lefthook
Utilize lefthook in your Swift project using Swift Package Manager:

```swift
.package(url: "https://github.com/csjones/lefthook-plugin.git", exact: "1.9.3"),
.package(url: "https://github.com/csjones/lefthook-plugin.git", exact: "1.10.0"),
```

Or, with [mint](https://github.com/yonaskolb/Mint):
Expand Down
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"strconv"
)

const version = "1.9.3"
const version = "1.10.0"

var (
// Is set via -X github.com/evilmartians/lefthook/internal/version.commit={commit}.
Expand Down
2 changes: 1 addition & 1 deletion packaging/aur/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pkgname=lefthook
pkgdesc="Git hooks manager"
pkgver=1.9.3
pkgver=1.10.0
pkgrel=1
arch=('x86_64' 'aarch64')
url="https://github.com/evilmartians/lefthook"
Expand Down
2 changes: 1 addition & 1 deletion packaging/npm-bundled/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@evilmartians/lefthook",
"version": "1.9.3",
"version": "1.10.0",
"description": "Simple git hooks manager",
"main": "bin/index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packaging/npm-installer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@evilmartians/lefthook-installer",
"version": "1.9.3",
"version": "1.10.0",
"description": "Simple git hooks manager",
"main": "bin/index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packaging/npm/lefthook-darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lefthook-darwin-arm64",
"version": "1.9.3",
"version": "1.10.0",
"description": "The macOS ARM 64-bit binary for lefthook, git hooks manager.",
"preferUnplugged": false,
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packaging/npm/lefthook-darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lefthook-darwin-x64",
"version": "1.9.3",
"version": "1.10.0",
"description": "The macOS 64-bit binary for lefthook, git hooks manager.",
"preferUnplugged": false,
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packaging/npm/lefthook-freebsd-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lefthook-freebsd-arm64",
"version": "1.9.3",
"version": "1.10.0",
"description": "The FreeBSD ARM 64-bit binary for lefthook, git hooks manager.",
"preferUnplugged": false,
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packaging/npm/lefthook-freebsd-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lefthook-freebsd-x64",
"version": "1.9.3",
"version": "1.10.0",
"description": "The FreeBSD 64-bit binary for lefthook, git hooks manager.",
"preferUnplugged": false,
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packaging/npm/lefthook-linux-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lefthook-linux-arm64",
"version": "1.9.3",
"version": "1.10.0",
"description": "The Linux ARM 64-bit binary for lefthook, git hooks manager.",
"preferUnplugged": false,
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packaging/npm/lefthook-linux-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lefthook-linux-x64",
"version": "1.9.3",
"version": "1.10.0",
"description": "The Linux 64-bit binary for lefthook, git hooks manager.",
"preferUnplugged": false,
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packaging/npm/lefthook-openbsd-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lefthook-openbsd-arm64",
"version": "1.9.3",
"version": "1.10.0",
"description": "The OpenBSD ARM 64-bit binary for lefthook, git hooks manager.",
"preferUnplugged": false,
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packaging/npm/lefthook-openbsd-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lefthook-openbsd-x64",
"version": "1.9.3",
"version": "1.10.0",
"description": "The OpenBSD 64-bit binary for lefthook, git hooks manager.",
"preferUnplugged": false,
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packaging/npm/lefthook-windows-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lefthook-windows-arm64",
"version": "1.9.3",
"version": "1.10.0",
"description": "The Windows ARM 64-bit binary for lefthook, git hooks manager.",
"preferUnplugged": false,
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packaging/npm/lefthook-windows-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lefthook-windows-x64",
"version": "1.9.3",
"version": "1.10.0",
"description": "The Windows 64-bit binary for lefthook, git hooks manager.",
"preferUnplugged": false,
"repository": {
Expand Down
22 changes: 11 additions & 11 deletions packaging/npm/lefthook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lefthook",
"version": "1.9.3",
"version": "1.10.0",
"description": "Simple git hooks manager",
"repository": {
"type": "git",
Expand All @@ -23,16 +23,16 @@
},
"homepage": "https://github.com/evilmartians/lefthook#readme",
"optionalDependencies": {
"lefthook-darwin-arm64": "1.9.3",
"lefthook-darwin-x64": "1.9.3",
"lefthook-linux-arm64": "1.9.3",
"lefthook-linux-x64": "1.9.3",
"lefthook-freebsd-arm64": "1.9.3",
"lefthook-freebsd-x64": "1.9.3",
"lefthook-openbsd-arm64": "1.9.3",
"lefthook-openbsd-x64": "1.9.3",
"lefthook-windows-arm64": "1.9.3",
"lefthook-windows-x64": "1.9.3"
"lefthook-darwin-arm64": "1.10.0",
"lefthook-darwin-x64": "1.10.0",
"lefthook-linux-arm64": "1.10.0",
"lefthook-linux-x64": "1.10.0",
"lefthook-freebsd-arm64": "1.10.0",
"lefthook-freebsd-x64": "1.10.0",
"lefthook-openbsd-arm64": "1.10.0",
"lefthook-openbsd-x64": "1.10.0",
"lefthook-windows-arm64": "1.10.0",
"lefthook-windows-x64": "1.10.0"
},
"scripts": {
"postinstall": "node postinstall.js"
Expand Down
2 changes: 1 addition & 1 deletion packaging/pack.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require "fileutils"
require "digest"

VERSION = "1.9.3"
VERSION = "1.10.0"

ROOT = File.join(__dir__, "..")
DIST = File.join(ROOT, "dist")
Expand Down
2 changes: 1 addition & 1 deletion packaging/pypi/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='lefthook',
version='1.9.3',
version='1.10.0',
author='Evil Martians',
author_email='lefthook@evilmartians.com',
url='https://github.com/evilmartians/lefthook',
Expand Down
2 changes: 1 addition & 1 deletion packaging/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 = "1.9.3"
spec.version = "1.10.0"
spec.authors = ["A.A.Abroskin", "Evil Martians"]
spec.email = ["lefthook@evilmartians.com"]

Expand Down

0 comments on commit e75c1cd

Please sign in to comment.