Skip to content

Commit 186f463

Browse files
committed
(cargo-release) version 0.6.0
1 parent b9d16cf commit 186f463

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.6.0] - 2021-06-22
10+
911
### Changed
1012

1113
- **(breaking)** [#156](https://github.com/jamwaffles/ssd1306/pull/156) Migrate from `embedded-graphics` to `embedded-graphics-core`.
@@ -156,8 +158,9 @@
156158
- Builder docs clarify the order of method calls (#89)
157159

158160
<!-- next-url -->
161+
[unreleased]: https://github.com/jamwaffles/ssd1306/compare/v0.6.0...HEAD
159162

160-
[unreleased]: https://github.com/jamwaffles/ssd1306/compare/v0.5.2...HEAD
163+
[0.6.0]: https://github.com/jamwaffles/ssd1306/compare/v0.5.2...v0.6.0
161164
[0.5.2]: https://github.com/jamwaffles/ssd1306/compare/v0.5.1...v0.5.2
162165
[0.5.1]: https://github.com/jamwaffles/ssd1306/compare/v0.5.0...v0.5.1
163166
[0.5.0]: https://github.com/jamwaffles/ssd1306/compare/v0.4.2...v0.5.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.5.2"
11+
version = "0.6.0"
1212
edition = "2018"
1313
exclude = [ "build.rs", "build.sh", "memory.x", "doc", "*.jpg", "*.png", "*.bmp" ]
1414

0 commit comments

Comments
 (0)