Conversation
Greptile SummaryThis is a standard release PR bumping fnox from v1.20.0 to v1.21.0. All six changed files are version-bump or generated artifacts — Confidence Score: 5/5Safe to merge — purely a release bookkeeping PR with no logic changes. All changes are version bumps, lock file dependency updates, and generated documentation. No logic, no new code paths, and all version strings are consistently updated to 1.21.0 across every artifact. No P0/P1 findings. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["PR #382 — chore: release v1.21.0"] --> B["Version bump\n1.20.0 → 1.21.0"]
B --> C["Cargo.toml"]
B --> D["fnox.usage.kdl"]
B --> E["docs/cli/index.md"]
B --> F["docs/cli/commands.json"]
A --> G["CHANGELOG.md\n(new v1.21.0 section)"]
A --> H["Cargo.lock\n(dep updates)"]
H --> I["tokio v1.52.1\nrand v0.9.4\nbitflags v2.11.1\nrustls-webpki v0.103.12\nwindows-sys v0.61.2\n+ others"]
Reviews (37): Last reviewed commit: "chore: release v1.21.0" | Re-trigger Greptile |
There was a problem hiding this comment.
Code Review
This pull request updates the project version from 1.20.0 to 1.20.1 across the Cargo configuration, documentation, and usage files, and includes a changelog entry for dependency updates. I have no feedback to provide as these changes are standard maintenance tasks.
421eabb to
69c455a
Compare
65565cc to
ca5d454
Compare
eba5414 to
5882b6b
Compare
a8c951d to
af165d4
Compare
🚀 Features
🐛 Bug Fixes
📚 Documentation
🔍 Other Changes
clap-sortcrate instead of inlined module by @jdx in #409📦️ Dependency Updates
New Contributors