Skip to content

Commit ffa591f

Browse files
committed
Update CHANGELOG
1 parent 4aa90e0 commit ffa591f

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
# Change Log
22

3-
## Unreleased changes ([Source](https://github.com/neotron-compute/neotron-sdk/tree/develop) | [Changes](https://github.com/neotron-compute/neotron-sdk/compare/v0.1.0...develop))
3+
## 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))
44

55
* None
66

7+
## 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))
8+
9+
* Adds a bare-metal target to docs.rs
10+
* Document the `init` function
11+
* Moved the Cortex-M linker script into the SDK so applications don't have to
12+
have a copy
13+
* Update GitHub Actions to avoid Node.js 16 warnings
14+
* Fixed the asmhello sample (it was crashing)
15+
* Added more docs to the linker script
16+
717
## 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))
818

9-
First version. Supports cross-platform terminal output and some basic file APIs.
19+
* First version. Supports cross-platform terminal output and some basic file APIs.

0 commit comments

Comments
 (0)