# Change Log ## Unreleased changes ([Source](https://github.com/neotron-compute/neotron-sdk/tree/develop) | [Changes](https://github.com/neotron-compute/neotron-sdk/compare/v0.2.0...develop)) * None ## v0.2.0 - 2024-05-19 ([Source](https://github.com/neotron-compute/neotron-sdk/tree/v0.2.0) | [Release](https://github.com/neotron-compute/neotron-sdk/releases/tag/v0.2.0)) * Adds a bare-metal target to docs.rs * Document the `init` function * Moved the Cortex-M linker script into the SDK so applications don't have to have a copy * Update GitHub Actions to avoid Node.js 16 warnings * Fixed the asmhello sample (it was crashing) * Added more docs to the linker script ## v0.1.0 - 2024-05-19 ([Source](https://github.com/neotron-compute/neotron-sdk/tree/v0.1.0) | [Release](https://github.com/neotron-compute/neotron-sdk/releases/tag/v0.1.0)) * First version. Supports cross-platform terminal output and some basic file APIs.