v0.14.0
What's New
BREAKING
The Context
type now avoids allocations, which changes the API for loading accounts from the input pointer. See https://github.com/joncinque/solana-helloworld-zig and https://github.com/joncinque/solana-program-rosetta/blob/main/transfer-lamports/zig/main.zig for sample usage.
Full Changelog: v0.13.1...v0.14.0