Skip to content

Bump to v0.6.32 (retry release)#110

Open
JasperNoBoxDev wants to merge 1 commit intomainfrom
bump/v0.6.32
Open

Bump to v0.6.32 (retry release)#110
JasperNoBoxDev wants to merge 1 commit intomainfrom
bump/v0.6.32

Conversation

@JasperNoBoxDev
Copy link
Contributor

@JasperNoBoxDev JasperNoBoxDev commented Mar 19, 2026

Bumping version to retry release after billing failure on v0.6.31

Summary by CodeRabbit

  • Chores
    • Version updated to 0.6.32 across all build configurations and CLI tools.

@coderabbitai
Copy link

coderabbitai bot commented Mar 19, 2026

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Free

Run ID: bf88db79-6302-49a3-9c46-b7ca05d91473

📥 Commits

Reviewing files that changed from the base of the PR and between ff619df and bd7cff9.

📒 Files selected for processing (3)
  • NoxKey.xcodeproj/project.pbxproj
  • NoxKey/noxkey-cli
  • noxkey-cli

📝 Walkthrough

Walkthrough

Version bump from 0.6.31 to 0.6.32 across Xcode project build configurations and CLI version constants. Updates apply to both Debug and Release configurations for the NoxKey and Noxkey targets, and the CLI version string.

Changes

Cohort / File(s) Summary
Xcode Project Configuration
NoxKey.xcodeproj/project.pbxproj
Updated CURRENT_PROJECT_VERSION and MARKETING_VERSION from 0.6.31 to 0.6.32 across Debug and Release configurations for NoxKey and Noxkey targets.
CLI Version Constants
NoxKey/noxkey-cli, noxkey-cli
Bumped NOXKEY_CLI_VERSION constant from "0.6.31" to "0.6.32" for version comparison and display purposes.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 A version bump hops into place,
From 0.6.31's cozy space,
To 0.6.32 we ascend,
Configuration updates, start to end,
The CLI string now matches with grace! 🎉

📝 Coding Plan
  • Generate coding plan for human review comments

Note

🎁 Summarized by CodeRabbit Free

Your organization is on the Free plan. CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please upgrade your subscription to CodeRabbit Pro by visiting https://app.coderabbit.ai/login.

Comment @coderabbitai help to get the list of available commands and usage tips.

@gemini-code-assist
Copy link

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 updates the project's version number to 0.6.32 across its Xcode project configuration and associated command-line interface scripts. This change is a direct response to a previous release attempt (v0.6.31) failing due to a billing issue, necessitating a retry with an incremented version.

Highlights

  • Version Bump: The project's CURRENT_PROJECT_VERSION and MARKETING_VERSION in the Xcode project file have been updated from 0.6.31 to 0.6.32.
  • CLI Version Update: The NOXKEY_CLI_VERSION variable in both NoxKey/noxkey-cli and noxkey-cli scripts has been incremented to 0.6.32.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

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.

Copy link

@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 to v0.6.32. The changes are consistent across the necessary files. My review includes one suggestion regarding file duplication to improve maintainability. Additionally, I've noted some outdated version numbers in website/index.html that could be updated for consistency in a future change.

set -euo pipefail

NOXKEY_CLI_VERSION="0.6.31"
NOXKEY_CLI_VERSION="0.6.32"

Choose a reason for hiding this comment

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

medium

This file appears to be a duplicate of NoxKey/noxkey-cli. Maintaining two identical copies of a large script can be error-prone, as future logic changes might not be applied to both, leading to inconsistencies. To improve maintainability and ensure there's a single source of truth, consider replacing one of the files with a symlink or using a build step to manage the copy.

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.

1 participant