Skip to content

Commit

Permalink
Bump to 0.5.0.
Browse files Browse the repository at this point in the history
The VTE patches also went upstream, but haven't been released yet.
  • Loading branch information
jonathanpallant committed Jul 21, 2023
1 parent 694b9d8 commit 44fdb5d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased changes

* None

## v0.5.0

* Switch to neotron-common-bios 0.11
* Added "Shutdown" command
* Added ANSI decoder for colour changes (SGI) and cursor position support
Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "neotron-os"
version = "0.4.0"
version = "0.5.0"
authors = [
"Jonathan 'theJPster' Pallant <github@thejpster.org.uk>",
"The Neotron Developers"
Expand Down Expand Up @@ -52,7 +52,7 @@ chrono = { version = "0.4", default-features = false }
embedded-sdmmc = { version = "0.5", default-features = false }
neotron-api = "0.1"
neotron-loader = "0.1"
vte = { git = "https://github.com/neotron-compute/vte", branch="limit-osc-raw-size" }
vte = { git = "https://github.com/alacritty/vte", commit="94e74f3a64f42d5dad4e3d42dbe8c23291038214" }

[features]
lib-mode = []

0 comments on commit 44fdb5d

Please sign in to comment.