Skip to content

chore: release v3.2.0#500

Open
github-actions[bot] wants to merge 1 commit intomainfrom
release/v3.2.0
Open

chore: release v3.2.0#500
github-actions[bot] wants to merge 1 commit intomainfrom
release/v3.2.0

Conversation

@github-actions
Copy link
Contributor

Automated version bump to 3.2.0 and CHANGELOG update from publish workflow run #410.

@greptile-apps
Copy link
Contributor

greptile-apps bot commented Mar 17, 2026

Greptile Summary

This is an automated release PR that bumps the package version from 3.1.5 to 3.2.0 across all relevant manifests, consistent with the project's publish.yml workflow using commit-and-tag-version.

  • package.json: All six platform-specific optional dependency versions updated to 3.2.0
  • package-lock.json: Resolved npm registry URLs and SHA-512 integrity hashes updated for all six platform binaries (darwin-arm64, darwin-x64, linux-arm64-gnu, linux-x64-gnu, linux-x64-musl, win32-x64-msvc)
  • crates/codegraph-core/Cargo.toml: Rust native crate version bumped to 3.2.0
  • generated/DEPENDENCIES.json: Top-level version field and the @optave/codegraph-linux-x64-gnu resolved entry updated; other platform entries remain as empty objects, which is expected since this file is generated on a Linux x64 CI runner where the other optional platform packages are not installed

Confidence Score: 5/5

  • This PR is safe to merge — it is a fully automated, self-consistent version bump with no logic changes.
  • All four files contain only mechanical version string updates from 3.1.5 to 3.2.0. The integrity hashes in package-lock.json are well-formed SHA-512 values pointing to versioned tarballs on the npm registry. The DEPENDENCIES.json behaviour (empty entries for non-host platforms) is consistent with it being generated on a Linux x64 runner. There are no logic, API, or schema changes to evaluate.
  • No files require special attention.

Important Files Changed

Filename Overview
package.json All six platform-specific optional dependency packages bumped from 3.1.5 to 3.2.0; no other logic changes.
package-lock.json Resolved URLs and SHA-512 integrity hashes updated for all six platform binaries to match the new 3.2.0 packages on npm.
crates/codegraph-core/Cargo.toml Rust crate version bumped from 3.1.5 to 3.2.0; no dependency changes.
generated/DEPENDENCIES.json Top-level version field and @optave/codegraph-linux-x64-gnu entry updated to 3.2.0; other platform entries remain empty as expected in a Linux CI runner.

Sequence Diagram

sequenceDiagram
    participant W as publish.yml Workflow
    participant N as npm (commit-and-tag-version)
    participant S as sync-native-versions.js
    participant R as npm Registry

    W->>N: workflow_dispatch trigger
    N->>N: detect semver bump from commits (feat: → minor)
    N->>N: update package.json "version" → 3.2.0
    N->>S: run "version" lifecycle hook
    S->>S: sync optionalDependencies → 3.2.0
    N->>N: update CHANGELOG.md
    N->>N: git commit + tag v3.2.0
    W->>W: update Cargo.toml version → 3.2.0
    W->>W: regenerate DEPENDENCIES.json
    W->>W: npm install (regenerates package-lock.json)
    W->>R: publish @optave/codegraph@3.2.0
    W->>W: open PR (this PR) with all version-bump changes
Loading

Last reviewed commit: ecaf5ce

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.

0 participants