Skip to content

Commit 11da1f9

Browse files
Merge branch 'release/v0.4.0' into develop
2 parents cd49268 + f08fb6e commit 11da1f9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-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.4.0-alpha"
3+
version = "0.4.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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ dual licensed as above, without any additional terms or conditions.
4141

4242
### Unreleased Changes
4343

44+
* None
45+
46+
### v0.4.0
47+
4448
* Changed `memory_get_region` to return a `MemoryRegion`
4549
* Changed `video_set_framebuffer` to take a `*const u8` not `*mut u8` - as the
4650
BIOS doesn't change video RAM.

0 commit comments

Comments
 (0)