Conversation
Greptile SummaryThis is a standard release PR bumping fnox from v1.21.0 to v1.22.0. Version numbers are updated consistently across Confidence Score: 5/5This PR is safe to merge — it is a standard release commit with no logic changes. All changes are mechanical: version strings bumped consistently across six files, a changelog entry that mirrors the PR description, and routine patch/minor dependency updates in Cargo.lock. No logic, API surface, or configuration semantics are modified. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[chore: release v1.22.0] --> B[Cargo.toml\nversion 1.21.0 → 1.22.0]
A --> C[CHANGELOG.md\nv1.22.0 entry added]
A --> D[Cargo.lock\nDependency bumps]
A --> E[Docs / KDL\nVersion references updated]
D --> D1[rustls 0.23.38 → 0.23.39\nsecurity patch]
D --> D2[age, blake3, libc, winnow\nroutine patch bumps]
D --> D3[windows-sys 0.59.0 removed\ndbus now uses 0.61.2]
E --> E1[docs/cli/commands.json]
E --> E2[docs/cli/index.md]
E --> E3[fnox.usage.kdl]
Reviews (10): Last reviewed commit: "chore: release v1.22.0" | Re-trigger Greptile |
There was a problem hiding this comment.
Code Review
This pull request bumps the version of fnox from 1.21.0 to 1.21.1 across the project, including updates to the changelog, manifest, and documentation. It also includes several dependency updates in the lockfile, notably for rustls, age, and dbus. I have no feedback to provide.
112b8d9 to
48867bf
Compare
### 🚀 Features - **(library)** top-level Fnox::discover() / get / list convenience API by [@bglusman](https://github.com/bglusman) in [jdx#442](jdx#442) ### 🐛 Bug Fixes - **(docs)** stack banner and pin close button on mobile by [@jdx](https://github.com/jdx) in [jdx#437](jdx#437) - **(set)** fall back to current provider when updating secrets by [@rpendleton](https://github.com/rpendleton) in [jdx#439](jdx#439) ### 📚 Documentation - **(site)** show release version and github stars by [@jdx](https://github.com/jdx) in [jdx#443](jdx#443) - add cross-site announcement banner by [@jdx](https://github.com/jdx) in [jdx#434](jdx#434) - respect banner expires field by [@jdx](https://github.com/jdx) in [jdx#436](jdx#436) ### 🛡️ Security - **(build)** deterministic provider ordering in generated schema by [@jdx](https://github.com/jdx) in [jdx#432](jdx#432) ### 🔍 Other Changes - **(release)** append en.dev sponsor blurb to release notes by [@jdx](https://github.com/jdx) in [jdx#431](jdx#431) ### 📦️ Dependency Updates - bump communique to 1.0.3 by [@jdx](https://github.com/jdx) in [jdx#435](jdx#435) - bump communique 1.0.3 → 1.0.4 by [@jdx](https://github.com/jdx) in [jdx#438](jdx#438) ### New Contributors - @bglusman made their first contribution in [jdx#442](jdx#442)
🚀 Features
🐛 Bug Fixes
📚 Documentation
🛡️ Security
🔍 Other Changes
📦️ Dependency Updates
New Contributors