github.com/gagliardetto/solana-go@v1.11.0/CHANGELOG.md (about) 1 # Change log 2 3 The format is based on 4 [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this 5 project adheres to 6 [Semantic Versioning](https://semver.org/spec/v2.0.0.html). See 7 [MAINTAINERS.md](./MAINTAINERS.md) for instructions to keep up to 8 date. 9 10 ``` 11 ⚠️ solana-go works using SemVer but in 0 version, which means that the 'minor' will be changed when some broken changes are introduced into the application, and the 'patch' will be changed when a new feature with new changes is added or for bug fixing. As soon as v1.0.0 be released, solana-go will start to use SemVer as usual. 12 ``` 13 14 # [v0.1.0] 2020-11-09 15 16 First release 17 18 # Includes the following features: 19 20 * Get basic information from the chain about accounts, balances, etc. 21 * Issue SOL native token transfer 22 * Issue SPL token transfers 23 * Get Project SERUM markets list and live market data