Skip to content

Commit b488196

Browse files
Merge branch 'release/v0.7.0' into develop
2 parents cb37249 + 75265fb commit b488196

File tree

2 files changed

+4
-1
lines changed

2 files changed

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

4242
### Unreleased Changes
4343

44+
### v0.7.0
45+
4446
* Change `time_get` to `time_clock_get`
4547
* Change `time_set` to `time_clock_set`
4648
* Add `time_ticks_get` and `time_ticks_per_second`
@@ -49,6 +51,7 @@ dual licensed as above, without any additional terms or conditions.
4951
* Add back in the `block_XXX` API for reading/writing Block Devices.
5052
* Add idle function.
5153
* `memory_get_region` returns `Option`, not `Result`
54+
* Fix epoch used in conversion to chrono timestamp.
5255

5356
### v0.6.1
5457

0 commit comments

Comments
 (0)