diff --git a/CHANGELOG.md b/CHANGELOG.md index e316eed..5133312 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0). ## Unreleased +Nothing. + +## [1.1.0](https://github.com/trallnag/filter-pre-commit-hooks/compare/v1.0.0...v1.1.0) / 2025-01-02 + ### Added - Ensure that at least one filter is provided to script (in any mode). diff --git a/pyproject.toml b/pyproject.toml index 75af0f7..59bdf86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "filter-pre-commit-hooks" -version = "1.0.0" +version = "1.1.0" requires-python = ">=3.9" diff --git a/src/filter_pre_commit_hooks.py b/src/filter_pre_commit_hooks.py index fe0c70b..3acc696 100644 --- a/src/filter_pre_commit_hooks.py +++ b/src/filter_pre_commit_hooks.py @@ -25,7 +25,7 @@ from pathlib import Path from typing import Literal -VERSION = "1.0.0" +VERSION = "1.1.0" parser = ArgumentParser( description=( diff --git a/uv.lock b/uv.lock index ee19d6f..0f21681 100644 --- a/uv.lock +++ b/uv.lock @@ -21,7 +21,7 @@ wheels = [ [[package]] name = "filter-pre-commit-hooks" -version = "1.0.0" +version = "1.1.0" source = { virtual = "." } [package.dev-dependencies]