Skip to content

Commit 70cd619

Browse files
committed
(cargo-release) version 0.3.0
1 parent b5d80ac commit 70cd619

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
@@ -8,6 +8,8 @@ projects using an SPI interface.
88

99
## [Unreleased] - ReleaseDate
1010

11+
## [0.3.0] - 2021-07-11
12+
1113
### Changed
1214

1315
- **(breaking)** [#12](https://github.com/jamwaffles/ssd1331/pull/12) Upgrade to `embedded-graphics` 0.7.
@@ -133,8 +135,9 @@ disp.rotation();
133135
- **(breaking)** Removed `Builder` struct.
134136

135137
<!-- next-url -->
138+
[unreleased]: https://github.com/jamwaffles/ssd1331/compare/v0.3.0...HEAD
136139

137-
[unreleased]: https://github.com/jamwaffles/ssd1331/compare/v0.2.3...HEAD
140+
[0.3.0]: https://github.com/jamwaffles/ssd1331/compare/v0.2.3...v0.3.0
138141
[0.2.3]: https://github.com/jamwaffles/ssd1331/compare/v0.2.2...v0.2.3
139142
[0.2.2]: https://github.com/jamwaffles/ssd1331/compare/v0.2.1...v0.2.2
140143
[0.2.1]: https://github.com/jamwaffles/ssd1331/compare/v0.2.0...v0.2.1

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
99
name = "ssd1331"
1010
readme = "README.md"
1111
repository = "https://github.com/jamwaffles/ssd1331"
12-
version = "0.2.3"
12+
version = "0.3.0"
1313
edition = "2018"
1414

1515
[package.metadata.docs.rs]

0 commit comments

Comments
 (0)