We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 896bedd commit cba3cdcCopy full SHA for cba3cdc
CHANGELOG.MD
@@ -0,0 +1,9 @@
1
+# Change Log
2
+
3
+## v0.2.0
4
5
+Adds HID support and basic shell, with 'mem' and 'fill' commands.
6
7
+## v0.1.0
8
9
+First version.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "neotron-os"
-version = "0.1.0"
+version = "0.2.0"
authors = ["Jonathan 'theJPster' Pallant <github@thejpster.org.uk>"]
edition = "2018"
description = "The Neotron Operating System"
@@ -41,4 +41,4 @@ neotron-common-bios = "0.7"
41
r0 = "1.0"
42
postcard = "0.5"
43
serde = { version = "1.0", default-features = false }
44
-menu = "0.3"
+menu = "0.3"
0 commit comments