Conversation
Greptile SummaryThis is a standard release PR bumping fnox from v1.22.0 to v1.23.0, consistently updating the version string across Confidence Score: 5/5Safe to merge — purely mechanical version bump with consistent updates across all version-bearing files. All six changed files receive identical, straightforward version string replacements (1.22.0 → 1.23.0). The changelog entry matches the PR description. No logic, configuration, or code behaviour is modified. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[PR #445: chore release v1.23.0] --> B[Version bump 1.22.0 → 1.23.0]
B --> C[Cargo.toml]
B --> D[Cargo.lock]
B --> E[docs/cli/commands.json]
B --> F[docs/cli/index.md]
B --> G[fnox.usage.kdl]
A --> H[CHANGELOG.md]
H --> I[New 1.23.0 section: line selector for multiline secrets, new contributor @fgrosse]
H --> J[Retroactive addition to 1.22.0: bump communique to 1.1.2 via #444]
Reviews (2): Last reviewed commit: "chore: release v1.23.0" | Re-trigger Greptile |
### 🚀 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) - bump communique to 1.1.2 by [@jdx](https://github.com/jdx) in [jdx#444](jdx#444) ### New Contributors - @bglusman made their first contribution in [jdx#442](jdx#442)
🚀 Features
New Contributors