Skip to content

v1.26.0

Choose a tag to compare

@abarisani abarisani released this 11 Feb 09:44
v1.26.0

This release aligns the tamago library to the new runtime API introduced in tamago-go1.26.0.

This entails that the module repository root path must now be set to overlay this library goos package as overlay for runtime/goos:

GOOS=tamago GOOSPKG=github.com/usbarmory/tamago go build ...

Major changes for tamago package API:

  • bits: bits.Get, bits.Get64 renamed to bits.GetN, bits.GetN64 (ab2cba2)
  • bits: bits.IsSet, bits.IsSet64 renamed to bits.Get, bits.Get64 (ab2cba2)

Major changes for tamago package internals:

Full Changelog: v1.25.7...v1.26.0

This release requires GOOS=tamago support in the Go distribution with tamago-go1.26.0 or later releases.