Skip to content

Commit 0f6aef7

Browse files
committed
Merge branch 'release/v0.6.1'
2 parents 74076e4 + cb542bd commit 0f6aef7

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
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.6.0"
3+
version = "0.6.1"
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
@@ -43,6 +43,10 @@ dual licensed as above, without any additional terms or conditions.
4343

4444
* None
4545

46+
### v0.6.1
47+
48+
* No changes - v0.6.0 release was incorrect so re-releasing
49+
4650
### v0.6.0
4751

4852
* Removed 'block_X' APIs

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ pub use version::Version;
4343
// ============================================================================
4444

4545
/// BIOS API semantic version for the API defined in this crate.
46-
pub const API_VERSION: Version = Version::new(0, 6, 0);
46+
pub const API_VERSION: Version = Version::new(0, 6, 1);
4747

4848
// ============================================================================
4949
// Types

0 commit comments

Comments
 (0)