Skip to content

Commit

Permalink
Update to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thejpster committed Feb 12, 2023
1 parent 29ef2e5 commit 5f01d19
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## v0.3.0

* Updated to Neotron Common BIOS v0.8.0
* Use pc-keyboard for decoding HID events
* Fix Windows library build
* Added 'kbtest' command
* Added 'lshw' command
* Added 'config' command
* Uses BIOS to store/load OS configuration

## v0.2.0

Adds HID support and basic shell, with 'mem' and 'fill' commands.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "neotron-os"
version = "0.2.0"
version = "0.3.0"
authors = ["Jonathan 'theJPster' Pallant <github@thejpster.org.uk>"]
edition = "2018"
description = "The Neotron Operating System"
Expand Down

0 comments on commit 5f01d19

Please sign in to comment.