Skip to content

Release/v0.5.3 - #86

Merged
akollegger merged 4 commits into
mainfrom
release/v0.5.3
Jun 14, 2026
Merged

Release/v0.5.3#86
akollegger merged 4 commits into
mainfrom
release/v0.5.3

Conversation

@akollegger

Copy link
Copy Markdown
Contributor

This pull request updates the project version across all core packages and dependencies from 0.5.2 to 0.5.3. The changes ensure consistency in versioning for Rust, TypeScript, Python, and related package files, and update all internal dependencies to reference the new version.

Version bump and dependency updates:

  • Updated the version field from 0.5.2 to 0.5.3 in all core package manifests:
    • Rust: Cargo.toml, crates/gram-codec/Cargo.toml, crates/pato/Cargo.toml [1] [2] [3]
    • TypeScript: typescript/packages/gram/package.json, typescript/packages/graph/package.json, typescript/packages/pattern/package.json, typescript/packages/pattern-effect/package.json [1] [2] [3] [4]
    • Python: python/packages/relateby/pyproject.toml
  • Updated all internal dependency references to use version 0.5.3 instead of 0.5.2 in Rust and TypeScript package files [1] [2] [3].
  • Updated npm package references in scripts/release/npm-smoke/package.json to point to the new 0.5.3 tarballs.
  • Updated lockfiles and example project references to use version 0.5.3.

No functional or behavioral changes are included; this is a coordinated version bump to keep all packages and dependencies in sync.

akollegger and others added 4 commits June 14, 2026 20:03
…ckage deps locally

`npm install *.tgz` fails when a tarball depends on another local tarball
at an unreleased version: npm resolves semver deps from the registry,
not from the other tarballs in the same install invocation.

`npm install` (no args) uses the `file:` references already declared in
scripts/release/npm-smoke/package.json, which npm resolves correctly
using the locally-built tarballs.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
update_release_versions already updates these two files, but
release_manifests omitted them so the release commit missed them,
requiring a manual follow-up commit each time.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@akollegger
akollegger merged commit c6fd814 into main Jun 14, 2026
13 checks passed
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.

1 participant