Skip to content

v1.26.1

Latest

Choose a tag to compare

@abarisani abarisani released this 09 Mar 08:38
· 40 commits to master since this release
v1.26.1

This release adds documentation for the tamago command which downloads, compiles, and runs the go command from the TamaGo distribution matching the tamago module version from the application go.mod.

Applications can now add github.com/usbarmory/tamago to go.mod, and then replace the go command with:

go run github.com/usbarmory/tamago/cmd/tamago

or add the following line to go.mod go use go tool tamago as go command:

tool github.com/usbarmory/tamago/cmd/tamago

Major changes for tamago package API:

  • riscv64: (*CPU).Features new function for extension fields reporting (e0ce8ce)
  • README: add documentation for go tool support (cb005ad)

Major changes for tamago package internals:

Full Changelog: v1.26.0...v1.26.1

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