Skip to content

Commit c9e5910

Browse files
committed
Merge branch 'main' into develop
2 parents a993f1e + 5bc8996 commit c9e5910

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

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-common-bios"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
authors = ["Jonathan 'theJPster' Pallant <[email protected]>"]
55
edition = "2018"
66
description = "Common BIOS code and API for all Neotron systems."

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,18 @@ dual licensed as above, without any additional terms or conditions.
4141

4242
### Unreleased Changes
4343

44+
* None
45+
46+
### v0.8.0
47+
48+
* `audio_mixer_channel_get_info` now returns an `Option` not `Result`
49+
* Add `impl From<core::option::Option for Option`
50+
* Add `impl From<Option for core::option::Option`
51+
* Add `impl From<core::result::Result for Result`
52+
* Add `impl From<Result for core::result::Result`
53+
* Clarify that some parameters are actually expected to be numeric IDs
54+
* Use [`pc-keyboard::KeyCode`](https://crates.io/crates/pc-keyboard) to define Key Codes.
55+
4456
### v0.7.0
4557

4658
* Change `time_get` to `time_clock_get`

0 commit comments

Comments
 (0)