Skip to content

Commit fb48898

Browse files
committed
(cargo-release) version 0.3.0-alpha.4
1 parent b453204 commit fb48898

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
@@ -6,6 +6,8 @@
66

77
## [Unreleased] - ReleaseDate
88

9+
## [0.3.0-alpha.4] - 2020-02-07
10+
911
### Added
1012

1113
- [#101](https://github.com/jamwaffles/ssd1306/pull/101) Add support for modules with a 72x40px display size. These are often advertised as 70x40px displays which are likely the same hardware. An example is also added - `graphics_i2c_72x40`.
@@ -57,8 +59,9 @@
5759
- Builder docs clarify the order of method calls (#89)
5860

5961
<!-- next-url -->
62+
[unreleased]: https://github.com/jamwaffles/ssd1306/compare/v0.3.0-alpha.4...HEAD
6063

61-
[unreleased]: https://github.com/jamwaffles/ssd1306/compare/v0.3.0-alpha.3...HEAD
64+
[0.3.0-alpha.4]: https://github.com/jamwaffles/ssd1306/compare/v0.3.0-alpha.3...v0.3.0-alpha.4
6265
[0.3.0-alpha.3]: https://github.com/jamwaffles/ssd1306/compare/v0.3.0-alpha.2...v0.3.0-alpha.3
6366
[0.3.0-alpha.2]: https://github.com/jamwaffles/ssd1306/compare/v0.3.0-alpha.1...v0.3.0-alpha.2
6467
[0.3.0-alpha.1]: https://github.com/jamwaffles/ssd1306/compare/0.2.5...v0.3.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 = "ssd1306"
1010
readme = "README.md"
1111
repository = "https://github.com/jamwaffles/ssd1306"
12-
version = "0.3.0-alpha.3"
12+
version = "0.3.0-alpha.4"
1313
edition = "2018"
1414

1515
[badges.travis-ci]

0 commit comments

Comments
 (0)