Skip to content

Commit 27f0782

Browse files
committed
(cargo-release) version 0.3.1
1 parent c62e1ed commit 27f0782

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

1113
- Fix docs.rs build config
@@ -86,8 +88,9 @@
8688
- Builder docs clarify the order of method calls (#89)
8789

8890
<!-- next-url -->
91+
[unreleased]: https://github.com/jamwaffles/ssd1306/compare/v0.3.1...HEAD
8992

90-
[unreleased]: https://github.com/jamwaffles/ssd1306/compare/v0.3.0...HEAD
93+
[0.3.1]: https://github.com/jamwaffles/ssd1306/compare/v0.3.0...v0.3.1
9194
[0.3.0]: https://github.com/jamwaffles/ssd1306/compare/v0.3.0-alpha.4...v0.3.0
9295
[0.3.0-alpha.4]: https://github.com/jamwaffles/ssd1306/compare/v0.3.0-alpha.3...v0.3.0-alpha.4
9396
[0.3.0-alpha.3]: https://github.com/jamwaffles/ssd1306/compare/v0.3.0-alpha.2...v0.3.0-alpha.3

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

1414
[badges]

0 commit comments

Comments
 (0)