Skip to content

Commit

Permalink
(cargo-release) version 0.3.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jamwaffles committed Jun 4, 2021
1 parent 1cfdd94 commit 2c3a928
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.3.0-beta.3] - 2021-06-04

### Added

- [#28](https://github.com/embedded-graphics/simulator/pull/28) Added `SimulatorDisplay::to_{be,le,ne}_bytes` to convert the display content to raw image data.
Expand Down Expand Up @@ -93,7 +95,8 @@
- The builtin simulator now supports colour pixel types, like `RGB565`.

<!-- next-url -->
[unreleased]: https://github.com/embedded-graphics/embedded-graphics-simulator/compare/v0.3.0-beta.2...HEAD
[unreleased]: https://github.com/embedded-graphics/embedded-graphics-simulator/compare/v0.3.0-beta.3...HEAD
[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

[0.3.0-beta.1]: https://github.com/embedded-graphics/embedded-graphics-simulator/compare/v0.3.0-alpha.2...v0.3.0-beta.1
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-beta.2"
version = "0.3.0-beta.3"
name = "embedded-graphics-simulator"
description = "Embedded graphics simulator"
authors = ["James Waples <[email protected]>"]
Expand Down

0 comments on commit 2c3a928

Please sign in to comment.