Skip to content

Commit 819583a

Browse files
authored
Release embedded-graphics-simulator 0.6.0 (#53)
1 parent ddbee88 commit 819583a

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.6.0] - 2023-11-26
10+
911
- **(breaking)** [#49](https://github.com/embedded-graphics/simulator/pull/49) Bump Minimum Supported Rust Version (MSRV) to 1.71.1.
1012
- **(breaking)** [#52](https://github.com/embedded-graphics/simulator/pull/52) Bump `image` crate dependency to 0.24.7.
1113

@@ -123,7 +125,8 @@
123125
- The builtin simulator now supports colour pixel types, like `RGB565`.
124126

125127
<!-- next-url -->
126-
[unreleased]: https://github.com/embedded-graphics/embedded-graphics-simulator/compare/v0.5.0...HEAD
128+
[unreleased]: https://github.com/embedded-graphics/embedded-graphics-simulator/compare/v0.6.0...HEAD
129+
[0.6.0]: https://github.com/embedded-graphics/embedded-graphics-simulator/compare/v0.5.0...v0.6.0
127130
[0.5.0]: https://github.com/embedded-graphics/embedded-graphics-simulator/compare/v0.4.1...v0.5.0
128131
[0.4.1]: https://github.com/embedded-graphics/embedded-graphics-simulator/compare/v0.4.0...v0.4.1
129132

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.5.0"
2+
version = "0.6.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)