From b1e1c9a8ec9daa605450ade3d1ee0d39442f362b Mon Sep 17 00:00:00 2001 From: Raphael Boidol Date: Tue, 2 Jan 2024 11:57:27 +0100 Subject: [PATCH] chore: release version 1.5.0 --- .github/release.yml | 2 +- README.md | 2 +- pre_commit_images/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/release.yml b/.github/release.yml index 52ee4b7..9ff425d 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -1,7 +1,7 @@ # https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes changelog: exclude: - labels: [github-actions] + labels: [github-actions, pre-commit] categories: - title: Changes labels: ["*"] diff --git a/README.md b/README.md index 062964b..e1304eb 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Git hooks to optimize images based on the [pre-commit](https://github.com/pre-co Add this to your `.pre-commit-config.yaml`: ``` - repo: https://github.com/boidolr/pre-commit-images - rev: v1.4.0 # Use the ref you want to point at + rev: v1.5.0 # Use the ref you want to point at hooks: - id: optimize-png # - id: ... diff --git a/pre_commit_images/__init__.py b/pre_commit_images/__init__.py index af63e4a..177b935 100644 --- a/pre_commit_images/__init__.py +++ b/pre_commit_images/__init__.py @@ -1 +1 @@ -VERSION = "1.4.0" +VERSION = "1.5.0"