Skip to content

chore: release v1.4.0#225

Merged
jdx merged 2 commits intomainfrom
release-plz-2026-02-10T14-37-49Z
Feb 11, 2026
Merged

chore: release v1.4.0#225
jdx merged 2 commits intomainfrom
release-plz-2026-02-10T14-37-49Z

Conversation

@jdx
Copy link
Owner

@jdx jdx commented Feb 10, 2026

🤖 New release

  • pitchfork-cli: 1.3.0 -> 1.4.0
Changelog

1.4.0 - 2026-02-11

Added

  • (config) add dir and env fields for daemons (#227)

Fixed

  • (status) return error when daemon not found and improve test diagnostics (#224)


This PR was generated with release-plz.


Note

Low Risk
Release metadata-only change (version bump and changelog updates) with no functional code modifications in this PR.

Overview
Updates the crate version from 1.3.0 to 1.4.0 (including Cargo.lock) and adds a new CHANGELOG.md entry for the v1.4.0 release.

The release notes call out new daemon config fields (dir, env) and a status fix to error when a daemon is not found (plus improved test diagnostics).

Written by Cursor Bugbot for commit 09bdfb8. This will update automatically on new commits. Configure here.

Copilot AI review requested due to automatic review settings February 10, 2026 14:37
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Bumps pitchfork-cli to v1.3.1 and records the release notes in the changelog.

Changes:

  • Update crate version from 1.3.0 to 1.3.1
  • Add v1.3.1 section to CHANGELOG.md with the included fix

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.

File Description
Cargo.toml Updates crate version to 1.3.1 for the release.
CHANGELOG.md Documents the 1.3.1 release and its fixed item.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@gemini-code-assist
Copy link

Summary of Changes

Hello @jdx, 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 automates the release of pitchfork-cli version 1.3.1. The update primarily includes a crucial bug fix that improves error handling and diagnostic capabilities for the status command when the daemon is not located.

Highlights

  • Version Update: The pitchfork-cli package has been upgraded from version 1.3.0 to 1.3.1.
  • Bug Fix: A critical fix was introduced for the status command, ensuring an error is returned when the daemon is not found and enhancing test diagnostics.
Changelog
  • CHANGELOG.md
    • Added release notes for version 1.3.1, detailing a fix for the status command to return an error when the daemon is not found and improve test diagnostics.
Activity
  • This pull request was automatically generated by release-plz to publish version 1.3.1 of pitchfork-cli.
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.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

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

The pull request successfully updates the project version to 1.3.1 across Cargo.toml and Cargo.lock, and includes a corresponding entry in CHANGELOG.md. The changes are consistent with a routine release and appear to be correctly applied without introducing any functional code modifications, as stated in the PR description. All version bumps are consistent, and the changelog entry is well-formatted.

@jdx jdx force-pushed the release-plz-2026-02-10T14-37-49Z branch from afd29f3 to f874d30 Compare February 10, 2026 14:42
Copilot AI review requested due to automatic review settings February 10, 2026 14:42
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.


### Fixed

- *(status)* return error when daemon not found and improve test diagnostics ([#224](https://github.com/jdx/pitchfork/pull/224))
Copy link

Copilot AI Feb 10, 2026

Choose a reason for hiding this comment

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

The changelog bullet reads a bit ungrammatically (“return error…”). Consider rephrasing to “return an error…” or “returns an error…” to improve readability/consistency in release notes.

Suggested change
- *(status)* return error when daemon not found and improve test diagnostics ([#224](https://github.com/jdx/pitchfork/pull/224))
- *(status)* return an error when daemon is not found and improve test diagnostics ([#224](https://github.com/jdx/pitchfork/pull/224))

Copilot uses AI. Check for mistakes.
@jdx jdx changed the title chore: release v1.3.1 chore: release v1.4.0 Feb 11, 2026
Copilot AI review requested due to automatic review settings February 11, 2026 13:14
@jdx jdx force-pushed the release-plz-2026-02-10T14-37-49Z branch from e0385cb to 09bdfb8 Compare February 11, 2026 13:14
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 2 out of 3 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@jdx jdx merged commit ad209d9 into main Feb 11, 2026
4 checks passed
@jdx jdx deleted the release-plz-2026-02-10T14-37-49Z branch February 11, 2026 13:18
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