diff --git a/README.md b/README.md index d66d143..d278884 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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: @@ -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"] @@ -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: @@ -179,6 +179,9 @@ following sample config: ### Unreleased + +### 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. diff --git a/setup.cfg b/setup.cfg index fce05d6..c7a66a5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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