| v0.1.12: Cairo Release | 
  | v0.1.12 | ### Added - Added spl-token integration for Solana - Solang now generates code for inline assembly, including many Yul builtins ### Changed - The documentation has been re-arranged for readability. - The solang parser can parse the same syntax as Ethereum Solidity 0.8. ### Fixed - Fixed many parser issues. Now solang-parser parses all files in the Ethereum Solidity test suite. First run `git submodule update --init --recursive` to fetch the test files, and then run the test with `cargo test --workspace`. |