Skip to content

Commit 0afacca

Browse files
committed
Release embedded-graphics-simulator 0.8.0
1 parent 48c9aa7 commit 0afacca

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
## [Unreleased] - ReleaseDate
88

9+
## [0.8.0] - 2025-10-10
10+
911
### Added
1012

1113
- [#63](https://github.com/embedded-graphics/simulator/pull/63) Added support for custom binary color themes (`BinaryColorTheme::Custom`).
@@ -146,7 +148,8 @@
146148
- The builtin simulator now supports colour pixel types, like `RGB565`.
147149

148150
<!-- next-url -->
149-
[unreleased]: https://github.com/embedded-graphics/embedded-graphics-simulator/compare/v0.7.0...HEAD
151+
[unreleased]: https://github.com/embedded-graphics/embedded-graphics-simulator/compare/v0.8.0...HEAD
152+
[0.8.0]: https://github.com/embedded-graphics/embedded-graphics-simulator/compare/v0.7.0...v0.8.0
150153
[0.7.0]: https://github.com/embedded-graphics/embedded-graphics-simulator/compare/v0.6.0...v0.7.0
151154
[0.6.0]: https://github.com/embedded-graphics/embedded-graphics-simulator/compare/v0.5.0...v0.6.0
152155
[0.5.0]: https://github.com/embedded-graphics/embedded-graphics-simulator/compare/v0.4.1...v0.5.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
version = "0.7.0"
2+
version = "0.8.0"
33
name = "embedded-graphics-simulator"
44
description = "Embedded graphics simulator"
55
authors = ["James Waples <james@wapl.es>", "Ralf Fuest <mail@rfuest.de>"]

0 commit comments

Comments
 (0)