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 Dec 2, 2024
1 parent 2dc8bd0 commit c1a6694
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.7
rev: 0.6.8
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.7
rev: 0.6.8
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.7
rev: 0.6.8
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.7
rev: 0.6.8
hooks:
- id: macro-expand
args:
Expand All @@ -179,6 +179,9 @@ following sample config:
### Unreleased

<!-- bumpversion-changelog -->

### 0.6.8

- Inline comments on codeowners lines are no longer ignored and sorted as part
of the set of path owners. They are preserved and the leading whitespace is
normalized to two spaces.
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.7
version = 0.6.8
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 c1a6694

Please sign in to comment.