Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- `CONTRIBUTING.md` guide
- `SECURITY.md` with private vulnerability reporting instructions
- Issue templates for bug reports and feature requests
- Make `bump-my-version` handle README.md version

## 0.3.1 - 2026-02-21

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Catches smart quotes, em dashes, fancy spaces, dangerous invisible characters
```yaml
repos:
- repo: https://github.com/mit-d/check-unicode
rev: v0.1.0
rev: v0.3.1
hooks:
- id: check-unicode
# or for auto-fix:
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ message = "release: v{new_version}"
files = [
{ filename = "src/check_unicode/__init__.py" },
{ filename = "CHANGELOG.md", search = "## Unreleased", replace = "## {new_version} - {now:%Y-%m-%d}" },
{ filename = "README.md", search = "rev: v{current_version}", replace = "rev: v{new_version}" },
]

[tool.mypy]
Expand Down