Skip to content

Commit d6f67b3

Browse files
committed
(cargo-release) version 0.2.0
1 parent dd41e80 commit d6f67b3

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

99
## [Unreleased] - ReleaseDate
1010

11+
## [0.2.0] - 2020-03-20
12+
1113
### Changed
1214

1315
- **(breaking)** [#6](https://github.com/jamwaffles/ssd1331/pull/6) Upgrade to embedded-graphics 0.6.0
@@ -113,7 +115,8 @@ disp.rotation();
113115
- **(breaking)** Removed `Builder` struct.
114116

115117
<!-- next-url -->
118+
[unreleased]: https://github.com/jamwaffles/ssd1331/compare/v0.2.0...HEAD
116119

117-
[unreleased]: https://github.com/jamwaffles/ssd1331/compare/v0.2.0-alpha.2...HEAD
120+
[0.2.0]: https://github.com/jamwaffles/ssd1331/compare/v0.2.0-alpha.2...v0.2.0
118121
[0.2.0-alpha.2]: https://github.com/jamwaffles/ssd1331/compare/v0.2.0-alpha.1...v0.2.0-alpha.2
119122
[0.2.0-alpha.1]: https://github.com/jamwaffles/ssd1331/compare/0.1.3...v0.2.0-alpha.1

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.0-alpha.2"
12+
version = "0.2.0"
1313
edition = "2018"
1414

1515
[package.metadata.docs.rs]

0 commit comments

Comments
 (0)