Skip to content

Commit

Permalink
Release embedded-graphics-simulator 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamwaffles committed Sep 19, 2022
1 parent 071be64 commit 3b7bf85
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

## [Unreleased] - ReleaseDate

## [0.4.0] - 2022-09-19

### Changed

- [#34](https://github.com/embedded-graphics/simulator/pull/34) Bump minimum embedded-graphics version from 0.7.0 to 0.7.1.
Expand Down Expand Up @@ -102,8 +104,9 @@
- The builtin simulator now supports colour pixel types, like `RGB565`.

<!-- next-url -->
[unreleased]: https://github.com/embedded-graphics/embedded-graphics-simulator/compare/v0.4.0...HEAD

[unreleased]: https://github.com/embedded-graphics/embedded-graphics-simulator/compare/v0.3.0...HEAD
[0.4.0]: https://github.com/embedded-graphics/embedded-graphics-simulator/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/embedded-graphics/embedded-graphics-simulator/compare/v0.3.0-beta.3...v0.3.0
[0.3.0-beta.3]: https://github.com/embedded-graphics/embedded-graphics-simulator/compare/v0.3.0-beta.2...v0.3.0-beta.3
[0.3.0-beta.2]: https://github.com/embedded-graphics/embedded-graphics-simulator/compare/v0.3.0-beta.1...v0.3.0-beta.2
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
version = "0.3.0"
version = "0.4.0"
name = "embedded-graphics-simulator"
description = "Embedded graphics simulator"
authors = ["James Waples <[email protected]>", "Ralf Fuest <[email protected]>"]
Expand Down

0 comments on commit 3b7bf85

Please sign in to comment.