Skip to content

chore(deps): bump github.com/blinklabs-io/plutigo from 0.1.0 to 0.1.2#667

Merged
wolf31o2 merged 1 commit intomainfrom
dependabot/go_modules/github.com/blinklabs-io/plutigo-0.1.2
Apr 9, 2026
Merged

chore(deps): bump github.com/blinklabs-io/plutigo from 0.1.0 to 0.1.2#667
wolf31o2 merged 1 commit intomainfrom
dependabot/go_modules/github.com/blinklabs-io/plutigo-0.1.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 6, 2026

Bumps github.com/blinklabs-io/plutigo from 0.1.0 to 0.1.2.

Release notes

Sourced from github.com/blinklabs-io/plutigo's releases.

v0.1.2

What's Changed

Full Changelog: blinklabs-io/plutigo@v0.1.1...v0.1.2

v0.1.1

What's Changed

Full Changelog: blinklabs-io/plutigo@v0.1.0...v0.1.1

Changelog

Sourced from github.com/blinklabs-io/plutigo's changelog.

v0.1.2 - maintenance updates

  • Date: 2026-04-06
  • Version: v0.1.2

Summary: This release includes interpreter reliability improvements, performance refinements, and dependency updates.

New Features

  • Updated the interpreter to return from calls more reliably and behave consistently across common execution paths.

Performance

  • Improved build and interpretation performance while keeping behavior consistent in frequently used cases.

Additional Changes

  • Updated project dependencies to incorporate upstream fixes and keep the toolchain current.
  • Updated the nilaway GitHub Actions workflow to run only when explicitly triggered.
  • Updated RELEASE_NOTES.md to reflect the current published build.

v0.1.1 - go toolchain and cek interpreter updates

  • Date: 2026-04-03
  • Version: v0.1.1

Summary: This release includes Go toolchain baseline updates, a CEK interpreter refactor, and runtime performance improvements.

New Features

  • Added release notes for v0.1.0 consolidating pre-v0.1.0 changes and CI pipeline updates.
  • Updated the CEK evaluator to use an explicit stack-based interpreter and added tests for frame stack reuse, builtin partial-application discharge, and case-on-pair semantics.

Breaking Changes

  • Updated the minimum supported Go toolchain to Go 1.25+ (recommended Go 1.26+) and refreshed benchmarks against Go 1.26.

Performance

  • Improved CEK runtime efficiency by optimizing environment lookup, refining chunked value allocation and cost handling, and restructuring stack frame management with specialized await-arg handling for lambdas and builtins.
Commits
  • 9b60148 chore(deps): bump github.com/ethereum/go-ethereum from 1.17.1 to 1.17.2 (#249)
  • 1c5cbee chore(deps): bump actions/setup-go from 6.3.0 to 6.4.0 (#250)
  • c8d3b7f chore(deps): bump github.com/fxamacker/cbor/v2 from 2.9.0 to 2.9.1 (#248)
  • 04fd703 perf(cek): extract stack machine runStack helpers (#246)
  • 4fa5044 ci(nilaway): disable automatic runs (#247)
  • a5cdab7 docs(release-notes): v0.1.1 document cek perf improvements and Go 1.26+ recom...
  • 0c8ceb5 perf: second pass enhancements on cek stack machine (#244)
  • 61acf33 docs(release-notes): v0.1.0 add perf improvements and update codecov action (...
  • 2283e60 docs: recommend Go 1.26+ based on benchmarks (#242)
  • 73da76b perf(cek): stack machine (#243)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Summary by cubic

Upgrade github.com/blinklabs-io/plutigo from 0.1.0 to 0.1.3 to pick up CEK interpreter performance and reliability improvements. Expect faster, more consistent script evaluation with no source changes.

  • Migration
    • Upstream now requires Go 1.25+ (1.26+ recommended). Ensure CI and local builds use a supported version.

Written for commit 446e099. Summary will update on new commits.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 6, 2026
@dependabot dependabot bot requested a review from a team as a code owner April 6, 2026 18:04
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 6, 2026
Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

No issues found across 2 files

Bumps [github.com/blinklabs-io/plutigo](https://github.com/blinklabs-io/plutigo) from 0.1.0 to 0.1.2.
- [Release notes](https://github.com/blinklabs-io/plutigo/releases)
- [Changelog](https://github.com/blinklabs-io/plutigo/blob/main/RELEASE_NOTES.md)
- [Commits](blinklabs-io/plutigo@v0.1.0...v0.1.2)

---
updated-dependencies:
- dependency-name: github.com/blinklabs-io/plutigo
  dependency-version: 0.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/blinklabs-io/plutigo-0.1.2 branch from 911531f to 446e099 Compare April 9, 2026 13:52
@wolf31o2 wolf31o2 merged commit 39b7688 into main Apr 9, 2026
7 of 8 checks passed
@wolf31o2 wolf31o2 deleted the dependabot/go_modules/github.com/blinklabs-io/plutigo-0.1.2 branch April 9, 2026 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant