Skip to content

Commit af2cec4

Browse files
committed
Bump to 0.4.0
1 parent b9a26cc commit af2cec4

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@
22

33
## Unreleased Changes ([Source](https://github.com/neotron-compute/neotron-pico-bios/tree/develop) | [Changes](https://github.com/neotron-compute/neotron-pico-bios/compare/v0.3.0...develop))
44

5+
* None
6+
7+
## v0.4.0 ([Source](https://github.com/neotron-compute/neotron-pico-bios/tree/v0.4.0) | [Release](https://github.com/neotron-compute/neotron-pico-bios/release/tag/v0.4.0))
8+
59
* Updated dependencies
6-
* Initial support for hardware other than VGA output
7-
* Basic keyboard support
10+
* Basic keyboard support by talking to BMC
11+
* Revised how version string is generated
12+
* Includes Neotron OS 0.2.0
813

914
## v0.3.0 ([Source](https://github.com/neotron-compute/neotron-pico-bios/tree/v0.3.0) | [Release](https://github.com/neotron-compute/neotron-pico-bios/release/tag/v0.3.0))
1015

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ resolver = "2"
55
readme = "README.md"
66
license = "GPL-3.0-or-later"
77
name = "neotron-pico-bios"
8-
version = "0.3.0"
8+
version = "0.4.0"
99

1010
[dependencies]
1111
# Useful Cortex-M specific functions (e.g. SysTick)

0 commit comments

Comments
 (0)