Skip to content

Commit 8e54c7e

Browse files
committed
(cargo-release) version 0.3.0
1 parent d061a2e commit 8e54c7e

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] - 2020-03-20
10+
911
### Fixed
1012

1113
- [#111](https://github.com/jamwaffles/ssd1306/pull/111) Fix TerminalMode offset for smaller displays.
@@ -80,8 +82,9 @@
8082
- Builder docs clarify the order of method calls (#89)
8183

8284
<!-- next-url -->
85+
[unreleased]: https://github.com/jamwaffles/ssd1306/compare/v0.3.0...HEAD
8386

84-
[unreleased]: https://github.com/jamwaffles/ssd1306/compare/v0.3.0-alpha.4...HEAD
87+
[0.3.0]: https://github.com/jamwaffles/ssd1306/compare/v0.3.0-alpha.4...v0.3.0
8588
[0.3.0-alpha.4]: https://github.com/jamwaffles/ssd1306/compare/v0.3.0-alpha.3...v0.3.0-alpha.4
8689
[0.3.0-alpha.3]: https://github.com/jamwaffles/ssd1306/compare/v0.3.0-alpha.2...v0.3.0-alpha.3
8790
[0.3.0-alpha.2]: https://github.com/jamwaffles/ssd1306/compare/v0.3.0-alpha.1...v0.3.0-alpha.2

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
88
name = "ssd1306"
99
readme = "README.md"
1010
repository = "https://github.com/jamwaffles/ssd1306"
11-
version = "0.3.0-alpha.4"
11+
version = "0.3.0"
1212
edition = "2018"
1313

1414
[badges]

0 commit comments

Comments
 (0)