Skip to content

chore: release v1.23.0#445

Merged
jdx merged 1 commit intomainfrom
release
Apr 26, 2026
Merged

chore: release v1.23.0#445
jdx merged 1 commit intomainfrom
release

Conversation

@mise-en-dev
Copy link
Copy Markdown
Collaborator

@mise-en-dev mise-en-dev commented Apr 26, 2026

🚀 Features

  • (config) add line selector for multiline secrets by @fgrosse in #446

New Contributors

@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented Apr 26, 2026

Greptile Summary

This is a standard release PR bumping fnox from v1.22.0 to v1.23.0, consistently updating the version string across Cargo.toml, Cargo.lock, docs/cli/commands.json, docs/cli/index.md, and fnox.usage.kdl. The changelog adds the 1.23.0 entry (line selector for multiline secrets, contributed by @fgrosse) and retroactively fills in a missing communique 1.1.2 dependency bump under the 1.22.0 section.

Confidence Score: 5/5

Safe 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

Filename Overview
CHANGELOG.md Adds 1.23.0 release section and retroactively adds communique 1.1.2 bump entry to 1.22.0 dependency updates
Cargo.toml Version bumped from 1.22.0 to 1.23.0
Cargo.lock Lock file updated to reflect fnox version 1.23.0
docs/cli/commands.json Version field updated from 1.22.0 to 1.23.0
docs/cli/index.md Version reference updated from 1.22.0 to 1.23.0
fnox.usage.kdl Version string updated from 1.22.0 to 1.23.0

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]
Loading

Reviews (2): Last reviewed commit: "chore: release v1.23.0" | Re-trigger Greptile

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request bumps the version of fnox to 1.22.0 across the project, including the changelog, Cargo manifest, and documentation. It also includes several dependency updates in the lockfile. I have no feedback to provide.

@jdx jdx enabled auto-merge (squash) April 26, 2026 16:00
@mise-en-dev mise-en-dev changed the title chore: release v1.22.0 chore: release v1.23.0 Apr 26, 2026
@jdx jdx merged commit a9457e0 into main Apr 26, 2026
15 checks passed
@jdx jdx deleted the release branch April 26, 2026 19:49
NorthIsUp pushed a commit to NorthIsUp/fnox that referenced this pull request Apr 28, 2026
### 🚀 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants