Skip to content

Commit a84b850

Browse files
committed
(cargo-release) version 0.3.0
1 parent 7d1f303 commit a84b850

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
## [Unreleased] - ReleaseDate
88

9+
## [0.3.0] - 2021-06-05
10+
911
## [0.3.0-beta.3] - 2021-06-04
1012

1113
### Added
@@ -95,7 +97,8 @@
9597
- The builtin simulator now supports colour pixel types, like `RGB565`.
9698

9799
<!-- next-url -->
98-
[unreleased]: https://github.com/embedded-graphics/embedded-graphics-simulator/compare/v0.3.0-beta.3...HEAD
100+
[unreleased]: https://github.com/embedded-graphics/embedded-graphics-simulator/compare/v0.3.0...HEAD
101+
[0.3.0]: https://github.com/embedded-graphics/embedded-graphics-simulator/compare/v0.3.0-beta.3...v0.3.0
99102
[0.3.0-beta.3]: https://github.com/embedded-graphics/embedded-graphics-simulator/compare/v0.3.0-beta.2...v0.3.0-beta.3
100103
[0.3.0-beta.2]: https://github.com/embedded-graphics/embedded-graphics-simulator/compare/v0.3.0-beta.1...v0.3.0-beta.2
101104

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
version = "0.3.0-beta.3"
2+
version = "0.3.0"
33
name = "embedded-graphics-simulator"
44
description = "Embedded graphics simulator"
55
authors = ["James Waples <james@wapl.es>"]

0 commit comments

Comments
 (0)