Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
sirosen committed Mar 27, 2024
1 parent 10d3a68 commit 63a50f6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ To use with `pre-commit`, include this repo and the desired hooks in

```yaml
- repo: https://github.com/sirosen/texthooks
rev: 0.6.4
rev: 0.6.5
hooks:
- id: alphabetize-codeowners
- id: fix-smartquotes
Expand Down Expand Up @@ -98,7 +98,7 @@ as follows:

```yaml
- repo: https://github.com/sirosen/texthooks
rev: 0.6.4
rev: 0.6.5
hooks:
- id: fix-smartquotes
# replace default single quote chars with this set:
Expand Down Expand Up @@ -127,7 +127,7 @@ You could override the space codepoints as follows:

```yaml
- repo: https://github.com/sirosen/texthooks
rev: 0.6.4
rev: 0.6.5
hooks:
- id: fix-spaces
args: ["--separator-codepoints", "2009"]
Expand Down Expand Up @@ -165,7 +165,7 @@ following sample config:

```yaml
- repo: https://github.com/sirosen/texthooks
rev: 0.6.4
rev: 0.6.5
hooks:
- id: macro-expand
args:
Expand All @@ -179,6 +179,9 @@ following sample config:
### Unreleased

<!-- bumpversion-changelog -->

### 0.6.5

- `alphabetize-codeowners` is now case insensitive and normalizes whitespace
better. Thanks @kurtmckee for the PR!

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = texthooks
version = 0.6.4
version = 0.6.5
description = pre-commit fixers and linters for handling text files
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit 63a50f6

Please sign in to comment.