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
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@ repos:
args: [--assume-in-merge]

- repo: https://github.com/commitizen-tools/commitizen
rev: v4.13.7
rev: v4.13.8
hooks:
- id: commitizen

# Use the mirror since the main `typos` repo has tags for different
# sub-packages, which confuses pre-commit when it tries to find the latest
# version
- repo: https://github.com/adhtruong/mirrors-typos
rev: v1.43.4
rev: v1.43.5
hooks:
- id: typos

- repo: https://github.com/rvben/rumdl-pre-commit
rev: v0.1.22
rev: v0.1.25
hooks:
- id: rumdl-fmt # Auto-format
30 changes: 15 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ each release.

### Feat

- :sparkles: use ruff to check for unused arguments instead of vulture (#246)
- :sparkles: use ruff to check for unused arguments instead of vulture
(#246)

## 0.20.0 (2026-02-16)

Expand Down Expand Up @@ -79,16 +80,15 @@ each release.

- :hammer: ignore other dirs and files when listing todos (#200)
- :bug: `github_repo` (via `_folder_name`) doesn't work using `update`
(#197)
(#197)

### Refactor

- :pushpin: update pre-commit hook versions (#199)
- :memo: simplify CHANGELOG description (#193)
- :hammer: contributor script outputs text, output to file with
justfile (#192)
- :fire: `update-from-workflow` is too complicated and not needed
(#190)
- :hammer: contributor script outputs text, output to file with justfile
(#192)
- :fire: `update-from-workflow` is too complicated and not needed (#190)

## 0.17.7 (2025-09-05)

Expand Down Expand Up @@ -166,8 +166,8 @@ each release.

### Refactor

- :wrench: add `theme` option in `_quarto.yml`, and `brand` for
Seedcase (#170)
- :wrench: add `theme` option in `_quarto.yml`, and `brand` for Seedcase
(#170)

## 0.16.1 (2025-09-01)

Expand All @@ -193,18 +193,18 @@ each release.
### Fix

- :bug: need to run build workflow after version bump to get changelog
(#110)
(#110)
- :construction_worker: explicitly checkout newest version to publish
(#107)
(#107)
- :construction_worker: forgot to checkout before building and
publishing (#106)
- :construction_worker: only run when previous and current versions
are different (#98)
publishing (#106)
- :construction_worker: only run when previous and current versions are
different (#98)
- :construction_worker: use the `has_released` output to run or not
(#97)
(#97)
- :bug: install uv in publish step and only for tags (#96)
- :hammer: the `check-commits` recipe wasn't correctly checking them
(#48)
(#48)
- :hammer: the `check-commits` recipe wasn't correctly checking them
- :bug: remove auto-built reference docs before/after building (#47)
- :bug: remove auto-built reference docs before/after building
Expand Down
Loading