Skip to content

Commit

Permalink
chore: Prepare release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
trallnag committed Jan 2, 2025
1 parent db4ae01 commit 65a10fb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

name = "filter-pre-commit-hooks"

version = "1.0.0"
version = "1.1.0"

requires-python = ">=3.9"

Expand Down
2 changes: 1 addition & 1 deletion src/filter_pre_commit_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from pathlib import Path
from typing import Literal

VERSION = "1.0.0"
VERSION = "1.1.0"

parser = ArgumentParser(
description=(
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 65a10fb

Please sign in to comment.