Skip to content

Commit 3c654fe

Browse files
authored
Merge pull request #50 from Neotron-Compute/main
Update develop with release
2 parents afe34d6 + 362db34 commit 3c654fe

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Unreleased changes
44

5+
## v0.4.0
6+
7+
* The `load` command now takes ELF binaries, not raw binaries.
8+
* Neotron OS can now be used as a dependency within an application, if desired.
9+
510
## v0.3.3
611

712
* Add `dir` command

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "neotron-os"
3-
version = "0.3.3"
3+
version = "0.4.0"
44
authors = [
55
"Jonathan 'theJPster' Pallant <[email protected]>",
66
"The Neotron Developers"

0 commit comments

Comments
 (0)