Skip to content

chore: bump version to 1.3.1#209

Merged
njdawn merged 1 commit intomainfrom
chore/bump-version-1.3.1
Apr 17, 2026
Merged

chore: bump version to 1.3.1#209
njdawn merged 1 commit intomainfrom
chore/bump-version-1.3.1

Conversation

@svc-sre
Copy link
Copy Markdown

@svc-sre svc-sre commented Apr 17, 2026

Summary

Automated version bump to 1.3.1 triggered by tag v1.3.1.

Changes

  • Rust crate versions (Cargo.toml)
  • Python binding version (pyproject.toml, Cargo.toml)
  • Node binding version (package.json, Cargo.toml, platform packages)
  • Skill manifest version (SKILL.md)
  • Docs site version badge and heading (website-docs/)
  • Regenerated READMEs

Note

Low Risk
This is a coordinated version/lockfile update across multiple packaging surfaces with no functional code changes. Risk is limited to release/packaging consistency (e.g., mismatched versions or dependency pins).

Overview
Updates the project release to v1.3.1 across the Rust workspace (ows-* crates), Node native bindings (including per-platform npm packages), Python bindings, and the @open-wallet-standard/adapters package (including updating its @open-wallet-standard/core dependency to ^1.3.1).

Regenerates associated lockfiles/manifests and updates version references in skills/ows/SKILL.md and the docs landing page (website-docs/index.html).

Reviewed by Cursor Bugbot for commit 71a407b. Bugbot is set up for automated code reviews on this repo. Configure here.

@svc-sre svc-sre requested a review from njdawn as a code owner April 17, 2026 15:59
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 17, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
ol-ows-docs Ready Ready Preview Apr 17, 2026 3:59pm

Request Review

@socket-security
Copy link
Copy Markdown

Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 71a407b. Configure here.

"": {
"name": "@open-wallet-standard/adapters",
"version": "1.0.0",
"version": "1.3.1",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Lock file not updated to match dependency bump

High Severity

The @open-wallet-standard/core dependency in bindings/node-adapters/package.json was bumped to ^1.3.1, but bindings/node-adapters/package-lock.json was not regenerated — it still declares ^1.0.0 in the root packages[""].dependencies and resolves @open-wallet-standard/core to 1.2.0. This mismatch will cause npm ci to fail because the lock file no longer satisfies package.json.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 71a407b. Configure here.

@njdawn njdawn merged commit 23a47a4 into main Apr 17, 2026
10 checks passed
@njdawn njdawn deleted the chore/bump-version-1.3.1 branch April 17, 2026 16:02
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