Skip to content

chore: release v1.20.0#370

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

chore: release v1.20.0#370
jdx merged 1 commit intomainfrom
release

Conversation

@mise-en-dev
Copy link
Copy Markdown
Collaborator

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

🚀 Features

🐛 Bug Fixes

  • (ci) pin LocalStack to v4 (last free community version) by @jdx in #379
  • (sync) skip post-processing when resolving secrets for sync by @rpendleton in #371

🚜 Refactor

  • (providers) extract shared error helpers to FnoxError methods by @jdx in #380

📦️ Dependency Updates

New Contributors

@gemini-code-assist
Copy link
Copy Markdown
Contributor

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request performs a routine version bump to 1.19.1, primarily driven by automated dependency updates. The changes ensure that all project metadata, build configurations, and documentation accurately reflect the new version, maintaining consistency across the codebase.

Highlights

  • Version Bump: The project version has been incremented from 1.19.0 to 1.19.1 across all relevant configuration and documentation files.
  • Dependency Updates: Lock file maintenance was performed, specifically updating dependencies as noted in the changelog entry for this release.
  • Changelog Update: The CHANGELOG.md file was updated to reflect the new 1.19.1 release, detailing the dependency updates.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented Mar 23, 2026

Greptile Summary

This is a release PR for v1.20.0, updating the version number across Cargo.toml, fnox.usage.kdl, and the auto-generated documentation files, and adding the corresponding changelog entry. The bundled changes include a new Doppler CLI-based secrets provider, a sync post-processing bug fix, a FnoxError refactor for shared error helpers, a LocalStack CI pin, and routine dependency bumps. All versioning is consistent across files.

Confidence Score: 5/5

This PR is safe to merge — it is a standard release bundle with no logic changes in the six modified files.

All changed files are release artifacts (changelog, version files, lockfile, generated docs). Versioning is consistent at 1.20.0 across every file. No code logic or configuration is altered in this PR's diff.

No files require special attention.

Important Files Changed

Filename Overview
CHANGELOG.md New v1.20.0 section added with correct date, features, bug fixes, refactor, deps, and new contributors
Cargo.toml Version bumped to 1.20.0; Doppler uses CLI so no new Rust crate dependency needed
Cargo.lock Lockfile updated for blake3 v1.8.4 and indexmap v2.13.1; no unexpected new crates
fnox.usage.kdl Version updated to 1.20.0; 'doppler' correctly added to provider add type choices
docs/cli/index.md Auto-generated index updated to version 1.20.0
docs/cli/commands.json Auto-generated spec updated; 'doppler' included in provider type choices

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[fnox v1.20.0 Release PR] --> B[Version Bumps]
    A --> C[New Features]
    A --> D[Bug Fixes]
    A --> E[Dependency Updates]
    B --> B1[Cargo.toml 1.20.0]
    B --> B2[fnox.usage.kdl 1.20.0]
    B --> B3[docs/cli/index.md 1.20.0]
    C --> C1[Doppler provider via CLI]
    C1 --> C2[doppler secrets get]
    C1 --> C3[Batch fetch with JSON]
    C1 --> C4[Error classification]
    D --> D1[sync: skip post-processing]
    D --> D2[ci: pin LocalStack to v4]
    E --> E1[blake3 v1.8.4]
    E --> E2[indexmap v2.13.1]
    E --> E3[vue v3.5.32]
Loading

Reviews (9): Last reviewed commit: "chore: release v1.20.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 prepares for the v1.19.1 release. It consists of version bumps in Cargo.toml, Cargo.lock, the changelog, and various documentation files. The changes are consistent with a new release. I have reviewed the diff and found no issues.

@mise-en-dev mise-en-dev force-pushed the release branch 5 times, most recently from 1384398 to 69eecb5 Compare April 4, 2026 14:17
@mise-en-dev mise-en-dev changed the title chore: release v1.19.1 chore: release v1.20.0 Apr 4, 2026
@jdx jdx enabled auto-merge (squash) April 4, 2026 14:52
@jdx jdx merged commit e313b27 into main Apr 4, 2026
14 checks passed
@jdx jdx deleted the release branch April 4, 2026 15:25
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