Skip to content

Commit 04c8372

Browse files
committed
chore: release v0.5.0
Version bump, changelog section for 0.5.0, and the docs/ci.md example raised to the release being cut (its checksum follows once the binaries exist).
1 parent c5de5d7 commit 04c8372

4 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.5.0] - 2026-08-26
11+
1012
### Changed
1113

1214
- Hidden files and directories are scanned by default. Being hidden is no longer a reason to skip anything: the ignore files and the `exclude` config key decide alone, which is what "everything git would track" already claimed. A tag in `.github/workflows` (a pinned action version, a step commented out until a fix lands) was silently never checked, which is the exact failure this tool exists to prevent. Repositories that keep tags in dotfiles will see findings they did not see before, and `exclude` is how to quiet a large dotted directory that `.gitignore` does not cover. The `todo-by . .github` idiom, which named the dotted directory because that was the only way to reach it, is now redundant and harmless: overlapping roots report their shared files once.
@@ -92,7 +94,8 @@ Initial release.
9294
- Exit codes: 0 clean, 1 findings, 2 error.
9395
- `--today` to override the clock for testing and dry runs.
9496

95-
[Unreleased]: https://github.com/alies-dev/todo-by/compare/v0.4.0...HEAD
97+
[Unreleased]: https://github.com/alies-dev/todo-by/compare/v0.5.0...HEAD
98+
[0.5.0]: https://github.com/alies-dev/todo-by/compare/v0.4.0...v0.5.0
9699
[0.4.0]: https://github.com/alies-dev/todo-by/compare/v0.3.0...v0.4.0
97100
[0.3.0]: https://github.com/alies-dev/todo-by/compare/v0.2.1...v0.3.0
98101
[0.2.1]: https://github.com/alies-dev/todo-by/compare/v0.2.0...v0.2.1

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "todo-by-cli"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
edition = "2021"
55
# Floor set by the `ignore` dependency, which declares rust-version 1.88 from
66
# 0.4.31 on. Single source of truth: the msrv job in CI reads this field, and

docs/ci.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- name: Check overdue todo-by tags
1616
env:
17-
TODOBY_VERSION: v0.4.0
17+
TODOBY_VERSION: v0.5.0
1818
TODOBY_SHA256: 0f9cb2bc7b5544e64c3f511bd3ed090558016e9477f1b8086667963c83320b5c
1919
run: |
2020
ASSET="todo-by-cli-x86_64-unknown-linux-musl.tar.xz"

0 commit comments

Comments
 (0)