Skip to content

chore: release v1.38.0#687

Merged
jdx merged 1 commit intomainfrom
release
Mar 7, 2026
Merged

chore: release v1.38.0#687
jdx merged 1 commit intomainfrom
release

Conversation

@jdx
Copy link
Copy Markdown
Owner

@jdx jdx commented Feb 9, 2026

🚀 Features

  • (hook) add fail_on_fix option by @jdx in #725

🐛 Bug Fixes

  • (builtins) remove redundant check/check_diff from builtins by @nkakouros in #726

📦️ Dependency Updates


Note

Medium Risk
Primarily a release/version bump, but it also updates Cargo.lock (including TLS/crypto-related crates like aws-lc-*), which could introduce build or runtime regressions.

Overview
Prepares the v1.38.0 release by adding the 1.38.0 section to CHANGELOG.md and bumping the project version to 1.38.0 across Cargo.toml, CLI usage/docs (hk.usage.kdl, docs/cli/*), and various docs/examples.

Updates documentation Pkl amends/import example URLs to reference the v1.38.0 release artifacts, and refreshes Cargo.lock with updated dependency versions (notably aws-lc-*, windows-sys, getrandom, socket2, tokio-macros, uuid).

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

@jdx jdx added the release label Feb 9, 2026
@gemini-code-assist
Copy link
Copy Markdown
Contributor

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 constitutes a minor version release, bumping the project to v1.36.1. The update primarily addresses routine dependency maintenance, as reflected in the updated lock file. Consequently, all internal version references within the project's manifest, documentation, and configuration examples have been meticulously synchronized to align with this new release.

Highlights

  • Version Bump: The project version has been updated from 1.36.0 to 1.36.1 across Cargo.toml, Cargo.lock, and various documentation files.
  • Documentation Updates: All documentation and example Pkl configuration files (e.g., docs/builtins.md, docs/configuration.md, hk-example.pkl) have been updated to reference the new v1.36.1 package URL for Config.pkl and Builtins.pkl.
  • Changelog Entry: A new entry for version 1.36.1 has been added to CHANGELOG.md, specifically noting 'lock file maintenance' as the primary change.
  • CLI Metadata Update: Generated CLI metadata files, such as docs/cli/commands.json and docs/cli/index.md, along with hk.usage.kdl, now reflect the 1.36.1 version.
  • Code Example Update: An example Pkl package reference within an error message in src/config.rs has been updated to v1.36.1.
Changelog
  • CHANGELOG.md
    • Added a new changelog entry for version 1.36.1, detailing dependency updates.
  • Cargo.lock
    • Updated the project's locked version from 1.36.0 to 1.36.1.
  • Cargo.toml
    • Updated the project's declared version from 1.36.0 to 1.36.1.
  • docs/builtins.md
    • Updated Pkl package references to v1.36.1.
  • docs/cli/commands.json
    • Updated the CLI version string to 1.36.1.
  • docs/cli/index.md
    • Updated the displayed CLI version to 1.36.1.
  • docs/configuration.md
    • Updated Pkl package references to v1.36.1.
  • docs/getting_started.md
    • Updated Pkl package references to v1.36.1.
  • docs/mise_integration.md
    • Updated Pkl package references to v1.36.1.
  • docs/pkl_introduction.md
    • Updated Pkl package references to v1.36.1.
  • docs/public/custom-linters.pkl
    • Updated Pkl package references to v1.36.1.
  • docs/public/javascript-project.pkl
    • Updated Pkl package references to v1.36.1.
  • docs/public/monorepo.pkl
    • Updated Pkl package references to v1.36.1.
  • docs/public/python-project.pkl
    • Updated Pkl package references to v1.36.1.
  • docs/reference/examples/custom-linters.md
    • Updated Pkl package references to v1.36.1.
  • docs/reference/examples/javascript-project.md
    • Updated Pkl package references to v1.36.1.
  • docs/reference/examples/monorepo.md
    • Updated Pkl package references to v1.36.1.
  • docs/reference/examples/python-project.md
    • Updated Pkl package references to v1.36.1.
  • hk-example.pkl
    • Updated Pkl package references to v1.36.1.
  • hk.pkl
    • Updated a commented-out Pkl package reference to v1.36.1.
  • hk.usage.kdl
    • Updated the version string to 1.36.1.
  • src/config.rs
    • Updated an example Pkl package reference in an error message to v1.36.1.
Activity
  • No specific human activity (comments, reviews, etc.) was provided in the context for this pull request.
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
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 is a standard release chore for version v1.36.1. It consistently updates the version number across Cargo.toml, Cargo.lock, CLI usage specifications (hk.usage.kdl, commands.json), and all documentation files. The CHANGELOG.md has been updated with the new version and a note about dependency maintenance. The Pkl package URLs in examples and error messages have also been correctly bumped to point to the new release. The changes are thorough and maintain consistency across the project.

@jdx jdx force-pushed the release branch 3 times, most recently from dbf87d7 to 9d995dd Compare February 13, 2026 06:25
@socket-security
Copy link
Copy Markdown

socket-security Bot commented Feb 13, 2026

All alerts resolved. Learn more about Socket for GitHub.

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report

@jdx jdx force-pushed the release branch 4 times, most recently from d79f46f to fcb0024 Compare February 16, 2026 09:16
@jdx jdx force-pushed the release branch 7 times, most recently from 310eda9 to f0223b5 Compare February 25, 2026 11:44
@jdx jdx changed the title chore: release v1.36.1 chore: release v1.37.0 Feb 25, 2026
@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented Feb 25, 2026

Greptile Summary

Standard release PR that bumps version from 1.36.0 to 1.37.0 across the codebase.

  • Version updated in Cargo.toml and Cargo.lock
  • CHANGELOG.md updated with release notes covering features, bug fixes, documentation updates, and dependency updates from PRs chore(deps): lock file maintenance #686-chore: add autofix.ci workflow #705
  • All documentation and example files updated to reference v1.37.0 package URLs instead of v1.36.0
  • Single source code change: updated example package URL in error message in src/config.rs:372
  • Dependency lock file reflects transitive dependency updates (chrono, js-sys, wasm-bindgen, rustls, etc.)

Confidence Score: 5/5

  • Safe to merge - standard version bump with documentation updates
  • This is a routine release PR with no functional code changes. All changes are version string updates across documentation, configuration files, and one error message. The dependency updates in Cargo.lock are transitive updates from the lock file maintenance.
  • No files require special attention

Important Files Changed

Filename Overview
CHANGELOG.md Added v1.37.0 release notes with features, bug fixes, documentation, and dependency updates
Cargo.toml Bumped version from 1.36.0 to 1.37.0
Cargo.lock Updated dependency versions including chrono, js-sys, wasm-bindgen, and other transitive dependencies
src/config.rs Updated example package URL in error message from v1.36.0 to v1.37.0

Last reviewed commit: c4fe315

@jdx jdx force-pushed the release branch 9 times, most recently from dd72efd to 075dc11 Compare March 6, 2026 09:05
@jdx jdx changed the title chore: release v1.37.0 chore: release v1.37.1 Mar 6, 2026
@jdx jdx force-pushed the release branch 4 times, most recently from 0d24675 to 66a7a4e Compare March 6, 2026 19:57
@jdx jdx changed the title chore: release v1.37.1 chore: release v1.38.0 Mar 6, 2026
@jdx jdx merged commit 79723d0 into main Mar 7, 2026
20 checks passed
@jdx jdx deleted the release branch March 7, 2026 01:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants