Skip to content

Commit f278d7c

Browse files
authored
Merge pull request #94 from Neotron-Compute/main
Backport v0.8.0
2 parents 5fe8654 + a95aaa3 commit f278d7c

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# Change Log
22

3-
## Unreleased changes ([Source](https://github.com/neotron-compute/neotron-os/tree/develop) | [Changes](https://github.com/neotron-compute/neotron-os/compare/v0.7.1...develop))
3+
## Unreleased changes ([Source](https://github.com/neotron-compute/neotron-os/tree/develop) | [Changes](https://github.com/neotron-compute/neotron-os/compare/v0.8.0...develop))
44

55
* None
66

7+
## v0.8.0 - 2024-04-11 ([Source](https://github.com/neotron-compute/neotron-os/tree/v0.8.0) | [Release](https://github.com/neotron-compute/neotron-os/releases/tag/v0.8.0))
8+
9+
* Added a global `FILESYSTEM` object
10+
* Updated to embedded-sdmmc 0.7
11+
* Updated to Neotron Common BIOS 0.12
12+
* Add a bitmap viewer command - `gfx`
13+
* Treat text buffer as 32-bit values
14+
715
## v0.7.1 - 2023-10-21 ([Source](https://github.com/neotron-compute/neotron-os/tree/v0.7.1) | [Release](https://github.com/neotron-compute/neotron-os/releases/tag/v0.7.1))
816

917
* Update `Cargo.lock` so build string no longer shows build as *dirty*

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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-os"
3-
version = "0.7.1"
3+
version = "0.8.0"
44
authors = [
55
"Jonathan 'theJPster' Pallant <[email protected]>",
66
"The Neotron Developers"

0 commit comments

Comments
 (0)