Skip to content

Commit 420fdbf

Browse files
committed
(cargo-release) version 0.4.0
1 parent 7bfec57 commit 420fdbf

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.4.0] - 2020-08-03
10+
911
### Added
1012

1113
- [#121](https://github.com/jamwaffles/ssd1306/pull/121) Added brightness control with the `set_brightness()` method.
@@ -108,7 +110,8 @@
108110
- Builder docs clarify the order of method calls (#89)
109111

110112
<!-- next-url -->
111-
[unreleased]: https://github.com/jamwaffles/ssd1306/compare/v0.3.1...HEAD
113+
[unreleased]: https://github.com/jamwaffles/ssd1306/compare/v0.4.0...HEAD
114+
[0.4.0]: https://github.com/jamwaffles/ssd1306/compare/v0.3.1...v0.4.0
112115

113116
[0.3.1]: https://github.com/jamwaffles/ssd1306/compare/v0.3.0...v0.3.1
114117
[0.3.0]: https://github.com/jamwaffles/ssd1306/compare/v0.3.0-alpha.4...v0.3.0

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.1"
11+
version = "0.4.0"
1212
edition = "2018"
1313

1414
[badges]

0 commit comments

Comments
 (0)