Skip to content

Commit cba3cdc

Browse files
committed
Update to v0.2.0
Also adds a CHANGELOG
1 parent 896bedd commit cba3cdc

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.MD

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "neotron-os"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["Jonathan 'theJPster' Pallant <github@thejpster.org.uk>"]
55
edition = "2018"
66
description = "The Neotron Operating System"
@@ -41,4 +41,4 @@ neotron-common-bios = "0.7"
4141
r0 = "1.0"
4242
postcard = "0.5"
4343
serde = { version = "1.0", default-features = false }
44-
menu = "0.3"
44+
menu = "0.3"

0 commit comments

Comments
 (0)