Skip to content

chore: release v1.22.0#433

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

chore: release v1.22.0#433
jdx merged 1 commit intomainfrom
release

Conversation

@mise-en-dev
Copy link
Copy Markdown
Collaborator

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

🚀 Features

  • (library) top-level Fnox::discover() / get / list convenience API by @bglusman in #442

🐛 Bug Fixes

  • (docs) stack banner and pin close button on mobile by @jdx in #437
  • (set) fall back to current provider when updating secrets by @rpendleton in #439

📚 Documentation

  • (site) show release version and github stars by @jdx in #443
  • add cross-site announcement banner by @jdx in #434
  • respect banner expires field by @jdx in #436

🛡️ Security

  • (build) deterministic provider ordering in generated schema by @jdx in #432

🔍 Other Changes

  • (release) append en.dev sponsor blurb to release notes by @jdx in #431

📦️ Dependency Updates

  • bump communique to 1.0.3 by @jdx in #435
  • bump communique 1.0.3 → 1.0.4 by @jdx in #438

New Contributors

@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented Apr 23, 2026

Greptile Summary

This is a standard release PR bumping fnox from v1.21.0 to v1.22.0. Version numbers are updated consistently across Cargo.toml, docs/cli/commands.json, docs/cli/index.md, and fnox.usage.kdl, and the changelog entry accurately reflects the included features, bug fixes, and dependency updates. The Cargo.lock changes are routine patch/minor dependency bumps, including a rustls 0.23.38 → 0.23.39 security patch.

Confidence Score: 5/5

This 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

Filename Overview
Cargo.toml Version bumped from 1.21.0 to 1.22.0 — single-line change, correct
CHANGELOG.md New v1.22.0 entry prepended; content matches the PR description and linked PRs
Cargo.lock Routine patch/minor dependency bumps including rustls 0.23.38→0.23.39 security patch; windows-sys 0.59.0 dropped as dbus now pulls 0.61.2
docs/cli/commands.json Version field updated from 1.21.0 to 1.22.0
docs/cli/index.md Version reference updated from 1.21.0 to 1.22.0
fnox.usage.kdl Version field updated from 1.21.0 to 1.22.0

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

Reviews (10): Last reviewed commit: "chore: release v1.22.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 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.

@mise-en-dev mise-en-dev force-pushed the release branch 8 times, most recently from 112b8d9 to 48867bf Compare April 25, 2026 16:43
@mise-en-dev mise-en-dev changed the title chore: release v1.21.1 chore: release v1.22.0 Apr 26, 2026
@jdx jdx enabled auto-merge (squash) April 26, 2026 14:10
@jdx jdx disabled auto-merge April 26, 2026 14:10
@jdx jdx enabled auto-merge (squash) April 26, 2026 14:10
@jdx jdx disabled auto-merge April 26, 2026 14:10
@jdx jdx merged commit 7b7798c into main Apr 26, 2026
15 checks passed
@jdx jdx deleted the release branch April 26, 2026 15:47
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)

### 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