Skip to content

Commit

Permalink
1.7.15: better color controls
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexox committed Sep 2, 2024
1 parent 72de5de commit 5ad1281
Show file tree
Hide file tree
Showing 18 changed files with 32 additions and 27 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## master (unreleased)

## 1.7.15 (2024-09-02)

- fix: add better colors control ([#812](https://github.com/evilmartians/lefthook/pull/812)) by @mrexox
- deps: August 2024 ([#802](https://github.com/evilmartians/lefthook/pull/802)) by @mrexox

## 1.7.14 (2024-08-17)

Fix lefthook NPM package to include OpenBSD package as optional dependency.
Expand Down
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,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.7.14"),
.package(url: "https://github.com/csjones/lefthook-plugin.git", exact: "1.7.15"),
```

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.7.14"
const version = "1.7.15"

var (
// Is set via -X github.com/evilmartians/lefthook/internal/version.commit={commit}.
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.7.14",
"version": "1.7.15",
"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.7.14",
"version": "1.7.15",
"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.7.14",
"version": "1.7.15",
"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.7.14",
"version": "1.7.15",
"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.7.14",
"version": "1.7.15",
"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.7.14",
"version": "1.7.15",
"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.7.14",
"version": "1.7.15",
"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.7.14",
"version": "1.7.15",
"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.7.14",
"version": "1.7.15",
"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.7.14",
"version": "1.7.15",
"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.7.14",
"version": "1.7.15",
"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.7.14",
"version": "1.7.15",
"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.7.14",
"version": "1.7.15",
"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.7.14",
"lefthook-darwin-x64": "1.7.14",
"lefthook-linux-arm64": "1.7.14",
"lefthook-linux-x64": "1.7.14",
"lefthook-freebsd-arm64": "1.7.14",
"lefthook-freebsd-x64": "1.7.14",
"lefthook-openbsd-arm64": "1.7.14",
"lefthook-openbsd-x64": "1.7.14",
"lefthook-windows-arm64": "1.7.14",
"lefthook-windows-x64": "1.7.14"
"lefthook-darwin-arm64": "1.7.15",
"lefthook-darwin-x64": "1.7.15",
"lefthook-linux-arm64": "1.7.15",
"lefthook-linux-x64": "1.7.15",
"lefthook-freebsd-arm64": "1.7.15",
"lefthook-freebsd-x64": "1.7.15",
"lefthook-openbsd-arm64": "1.7.15",
"lefthook-openbsd-x64": "1.7.15",
"lefthook-windows-arm64": "1.7.15",
"lefthook-windows-x64": "1.7.15"
},
"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 @@ -2,7 +2,7 @@

require "fileutils"

VERSION = "1.7.14"
VERSION = "1.7.15"

ROOT = File.join(__dir__, "..")
DIST = File.join(ROOT, "dist")
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.7.14"
spec.version = "1.7.15"
spec.authors = ["A.A.Abroskin", "Evil Martians"]
spec.email = ["lefthook@evilmartians.com"]

Expand Down

0 comments on commit 5ad1281

Please sign in to comment.