Skip to content

chore: release v1.24.0#460

Merged
jdx merged 1 commit intomainfrom
release
May 6, 2026
Merged

chore: release v1.24.0#460
jdx merged 1 commit intomainfrom
release

Conversation

@mise-en-dev
Copy link
Copy Markdown
Collaborator

@mise-en-dev mise-en-dev commented May 2, 2026

🚀 Features

  • (github-oauth) add github oauth lease backend by @jdx in #464

🐛 Bug Fixes

  • (ci) de-duplicate sponsor section in release notes by @jdx in #459

🔍 Other Changes

  • (ci) use !cancelled() instead of always() for final job by @jdx in #461
  • set dev profile debug to 1 by @jdx in #462

@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented May 2, 2026

Greptile Summary

Bumps the project version from 1.23.1 to 1.24.0 and updates CHANGELOG.md, Cargo.lock, and generated documentation to reflect the new release.

  • Version strings updated consistently across Cargo.toml, fnox.usage.kdl, docs/cli/commands.json, and docs/cli/index.md.
  • Cargo.lock reflects routine patch-level dependency upgrades (tokio, openssl, tower-http, google-cloud-*, etc.) and the removal of the iri-string transitive dep from tower-http in favour of url.

Confidence Score: 5/5

Safe to merge — all changes are version bumps and auto-generated lock/doc updates with no logic modifications.

Every touched file is either a generated artifact (Cargo.lock, docs) or a version-string update. There are no logic, behaviour, or API changes introduced by this PR itself; the underlying feature work landed in separate PRs referenced in the changelog.

No files require special attention.

Reviews (4): Last reviewed commit: "chore: release v1.24.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 increments the project version to 1.23.2 across the changelog, Cargo manifests, and documentation. A recommendation was made to use workspace versioning for the fnox-core dependency in Cargo.toml to improve maintainability and ensure version consistency.

Comment thread Cargo.toml Outdated

[dependencies]
fnox-core = { path = "crates/fnox-core", version = "1.23.1" }
fnox-core = { path = "crates/fnox-core", version = "1.23.2" }
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

For better maintainability and to ensure version consistency across the workspace, it's recommended to use the workspace version for the fnox-core dependency. This avoids having to update the version number in multiple places manually for each release.

Suggested change
fnox-core = { path = "crates/fnox-core", version = "1.23.2" }
fnox-core = { path = "crates/fnox-core", version.workspace = true }

@mise-en-dev mise-en-dev force-pushed the release branch 2 times, most recently from e53c98b to 849bfa8 Compare May 3, 2026 16:54
@mise-en-dev mise-en-dev changed the title chore: release v1.23.2 chore: release v1.24.0 May 6, 2026
@jdx jdx enabled auto-merge (squash) May 6, 2026 18:58
@jdx jdx merged commit 627fdec into main May 6, 2026
15 checks passed
@jdx jdx deleted the release branch May 6, 2026 19:09
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