Conversation
Summary of ChangesHello @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 Highlights
Changelog
Activity
Using Gemini Code AssistThe 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
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 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
|
There was a problem hiding this comment.
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.
dbf87d7 to
9d995dd
Compare
|
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. |
d79f46f to
fcb0024
Compare
310eda9 to
f0223b5
Compare
Greptile SummaryStandard release PR that bumps version from 1.36.0 to 1.37.0 across the codebase.
Confidence Score: 5/5
Important Files Changed
Last reviewed commit: c4fe315 |
dd72efd to
075dc11
Compare
0d24675 to
66a7a4e
Compare
🚀 Features
fail_on_fixoption by @jdx in #725🐛 Bug Fixes
📦️ Dependency Updates
Note
Medium Risk
Primarily a release/version bump, but it also updates
Cargo.lock(including TLS/crypto-related crates likeaws-lc-*), which could introduce build or runtime regressions.Overview
Prepares the
v1.38.0release by adding the1.38.0section toCHANGELOG.mdand bumping the project version to1.38.0acrossCargo.toml, CLI usage/docs (hk.usage.kdl,docs/cli/*), and various docs/examples.Updates documentation Pkl
amends/importexample URLs to reference thev1.38.0release artifacts, and refreshesCargo.lockwith updated dependency versions (notablyaws-lc-*,windows-sys,getrandom,socket2,tokio-macros,uuid).Written by Cursor Bugbot for commit 40b9c73. This will update automatically on new commits. Configure here.