Skip to content

Commit 7245086

Browse files
committed
Release embedded-graphics-simulator 0.5.0
1 parent b41606a commit 7245086

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

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.5.0] - 2023-05-14
10+
911
### Changed
1012

1113
- **(breaking)** [#46](https://github.com/embedded-graphics/simulator/pull/46) Bump minimum embedded-graphics version from 0.7.1 to 0.8.
@@ -118,7 +120,8 @@
118120
- The builtin simulator now supports colour pixel types, like `RGB565`.
119121

120122
<!-- next-url -->
121-
[unreleased]: https://github.com/embedded-graphics/embedded-graphics-simulator/compare/v0.4.1...HEAD
123+
[unreleased]: https://github.com/embedded-graphics/embedded-graphics-simulator/compare/v0.5.0...HEAD
124+
[0.5.0]: https://github.com/embedded-graphics/embedded-graphics-simulator/compare/v0.4.1...v0.5.0
122125
[0.4.1]: https://github.com/embedded-graphics/embedded-graphics-simulator/compare/v0.4.0...v0.4.1
123126

124127
[0.4.0]: https://github.com/embedded-graphics/embedded-graphics-simulator/compare/v0.3.0...v0.4.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.4.1"
2+
version = "0.5.0"
33
name = "embedded-graphics-simulator"
44
description = "Embedded graphics simulator"
55
authors = ["James Waples <[email protected]>", "Ralf Fuest <[email protected]>"]

0 commit comments

Comments
 (0)