Skip to content

Commit b4d6cbb

Browse files
committed
Update CHANGELOG in preparation for patch release
Also: - Bump versions of ruff and typos - Fix broken link in CONTRIBUTING.MD
1 parent f92a60a commit b4d6cbb

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,8 @@ documentation, and building and distributing releases. These modules can be conf
289289
different ways, which can make it difficult to learn the specific incantations required for each
290290
project you're familiar with.
291291

292-
This project uses [make]() to provide a clean, high-level interface for these development tasks. To
293-
see the full list of make commands available:
292+
This project uses [make](<https://en.wikipedia.org/wiki/Make_(software)>) to provide a clean,
293+
high-level interface for these development tasks. To see the full list of make commands available:
294294

295295
```sh
296296
$ make help

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
- id: trailing-whitespace
1515

1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: "v0.15.17"
17+
rev: "v0.15.21"
1818
hooks:
1919
- id: ruff-format
2020
args: [--config=ruff.toml]
@@ -30,7 +30,7 @@ repos:
3030
- prettier-plugin-toml@2.0.6
3131

3232
- repo: https://github.com/crate-ci/typos
33-
rev: v1.47.2
33+
rev: v1.48.0
3434
hooks:
3535
- id: typos
3636
exclude: |

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 4.1.1 (TBD)
1+
## 4.1.1 (July 9, 2026)
22

33
- Bug Fixes
44
- Fixed a couple type issues that emerged with the upgrade to `mypy` 2.2.0

0 commit comments

Comments
 (0)