Skip to content

Commit

Permalink
(cargo-release) version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamwaffles committed Jul 8, 2021
1 parent 8f305c0 commit 581ad3f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

## [Unreleased] - ReleaseDate

## [0.7.0] - 2021-07-08

### Changed

- **(breaking)** [#158](https://github.com/jamwaffles/ssd1306/pull/158) Migrate away from `generic-array` to a solution using const generics. This raises the crate MSRV to 1.51.
Expand Down Expand Up @@ -162,7 +164,8 @@
- Builder docs clarify the order of method calls (#89)

<!-- next-url -->
[unreleased]: https://github.com/jamwaffles/ssd1306/compare/v0.6.0...HEAD
[unreleased]: https://github.com/jamwaffles/ssd1306/compare/v0.7.0...HEAD
[0.7.0]: https://github.com/jamwaffles/ssd1306/compare/v0.6.0...v0.7.0

[0.6.0]: https://github.com/jamwaffles/ssd1306/compare/v0.5.2...v0.6.0
[0.5.2]: https://github.com/jamwaffles/ssd1306/compare/v0.5.1...v0.5.2
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
name = "ssd1306"
readme = "README.md"
repository = "https://github.com/jamwaffles/ssd1306"
version = "0.6.0"
version = "0.7.0"
edition = "2018"
exclude = [ "build.rs", "build.sh", "memory.x", "doc", "*.jpg", "*.png", "*.bmp" ]

Expand Down

0 comments on commit 581ad3f

Please sign in to comment.