Skip to content

Commit 7468bc1

Browse files
Update to 0.11
1 parent aca54b0 commit 7468bc1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "GPL-3.0-or-later"
77
name = "neotron-common-bios"
88
readme = "README.md"
99
repository = "https://github.com/neotron-compute/neotron-common-bios.git"
10-
version = "0.11.0-alpha"
10+
version = "0.11.0"
1111

1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1313

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ dual licensed as above, without any additional terms or conditions.
4343

4444
* None
4545

46+
### v0.11.0
47+
48+
* Add compare_and_swap_bool function
49+
* Add power_control function
50+
4651
### v0.10.0
4752

4853
* Change palette constants to match the VGA standard.

0 commit comments

Comments
 (0)