Skip to content

Comments

chore: bump version to 0.17.2#856

Merged
lpcox merged 2 commits intomainfrom
claude/create-new-patch-version
Feb 14, 2026
Merged

chore: bump version to 0.17.2#856
lpcox merged 2 commits intomainfrom
claude/create-new-patch-version

Conversation

@Claude
Copy link
Contributor

@Claude Claude AI commented Feb 14, 2026

Creates patch release 0.17.2 following the release process documented in docs/releasing.md.

Changes

  • Updated package.json version from 0.17.1 to 0.17.2
  • Created git tag v0.17.2

Release Process

Per docs/releasing.md, after merging:

  1. Push the tag: git push origin --tags
  2. This triggers the GitHub Actions release workflow which builds and publishes:
    • Docker images to GHCR (squid, agent, agent-act)
    • Linux x64 binary
    • NPM tarball
    • Checksums and release notes

@Claude Claude AI changed the title [WIP] Create new patch version following release instructions chore: bump version to 0.17.2 Feb 14, 2026
@Claude Claude AI requested a review from lpcox February 14, 2026 21:19
@lpcox lpcox marked this pull request as ready for review February 14, 2026 21:21
Copilot AI review requested due to automatic review settings February 14, 2026 21:21
@lpcox lpcox merged commit f191dd8 into main Feb 14, 2026
@lpcox lpcox deleted the claude/create-new-patch-version branch February 14, 2026 21:21
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

This PR performs a patch version bump from 0.17.1 to 0.17.2, following the release process documented in docs/releasing.md. The change updates only the version field in the package metadata files, preparing the repository for a new release.

Changes:

  • Updated version from 0.17.1 to 0.17.2 in package.json
  • Updated corresponding version references in package-lock.json to maintain consistency

Reviewed changes

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

File Description
package.json Version field updated from "0.17.1" to "0.17.2"
package-lock.json Version fields updated to "0.17.2" in both the root object and packages section to match package.json

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

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