Skip to content

Commit dc2a79a

Browse files
committed
(cargo-release) version 0.2.2
1 parent 0150414 commit dc2a79a

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.2] - 2020-03-21
12+
1113
### Fixed
1214

1315
- Fix docs.rs build config
@@ -121,8 +123,9 @@ disp.rotation();
121123
- **(breaking)** Removed `Builder` struct.
122124

123125
<!-- next-url -->
126+
[unreleased]: https://github.com/jamwaffles/ssd1331/compare/v0.2.2...HEAD
124127

125-
[unreleased]: https://github.com/jamwaffles/ssd1331/compare/v0.2.1...HEAD
128+
[0.2.2]: https://github.com/jamwaffles/ssd1331/compare/v0.2.1...v0.2.2
126129
[0.2.1]: https://github.com/jamwaffles/ssd1331/compare/v0.2.0...v0.2.1
127130
[0.2.0]: https://github.com/jamwaffles/ssd1331/compare/v0.2.0-alpha.2...v0.2.0
128131
[0.2.0-alpha.2]: https://github.com/jamwaffles/ssd1331/compare/v0.2.0-alpha.1...v0.2.0-alpha.2

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.1"
12+
version = "0.2.2"
1313
edition = "2018"
1414

1515
[package.metadata.docs.rs]

0 commit comments

Comments
 (0)