Skip to content

Commit 8b8059e

Browse files
committed
Clean up confusing af changelog
1 parent cb06562 commit 8b8059e

File tree

1 file changed

+11
-44
lines changed

1 file changed

+11
-44
lines changed

CHANGELOG.md

Lines changed: 11 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,20 @@
11
# Changelog
22

3-
`ssd1331` is a Rust driver for the SSD1331 OLED display driver/module. It implements the
4-
`embedded-hal` traits to allow easy integration with embedded Rust projects using an SPI interface.
3+
[`ssd1331`](https://crates.io/crates/ssd1331) is a Rust driver for the SSD1331 OLED display
4+
driver/module. It implements the `embedded-hal` traits to allow easy integration with embedded Rust
5+
projects using an SPI interface.
56

6-
## Unreleased
7+
<!-- next-header -->
78

8-
### Added
9+
## [Unreleased] - ReleaseDate
910

10-
- None
11+
## [0.2.0-alpha.2]
1112

1213
### Changed
1314

1415
- **(breaking)** Upgraded to embedded-graphics 0.6.0-alpha.3
15-
- Migrated from Travis to CircleCI for repo builds
16-
17-
### Fixed
18-
19-
- Tell docs.rs to build against `x86_64-unknown-linux-gnu` so doc builds work again
2016

21-
### Security
22-
23-
- None
24-
25-
## 0.2.0-alpha.2
26-
27-
### Added
28-
29-
- None
30-
31-
### Changed
32-
33-
- **(breaking)** Upgraded to embedded-graphics 0.6.0-alpha.3
34-
- Migrated from Travis to CircleCI for repo builds
35-
36-
### Fixed
37-
38-
- Tell docs.rs to build against `x86_64-unknown-linux-gnu` so doc builds work again
39-
40-
### Security
41-
42-
- None
43-
44-
## 0.2.0-alpha.1
17+
## [0.2.0-alpha.1]
4518

4619
The driver has been drastically simplified with removal of the `RawMode` and `GraphicsMode` structs, as well as the `Builder`.
4720

@@ -126,19 +99,13 @@ disp.rotation();
12699

127100
See above items about removal of `Builder` struct.
128101

129-
### Deprecated
130-
131-
- None
132-
133102
### Removed
134103

135104
- **(breaking)** Removed `RawMode` and `GraphicsMode` traits. The `.set_pixel()` and `.draw()` methods can now be used directly on the `Ssd1331` struct.
136105
- **(breaking)** Removed `Builder` struct.
137106

138-
### Fixed
139-
140-
- None
141-
142-
### Security
107+
<!-- next-url -->
143108

144-
- None
109+
[unreleased]: https://github.com/jamwaffles/ssd1331/compare/v0.2.0-alpha.2...HEAD
110+
[0.2.0-alpha.2]: https://github.com/jamwaffles/ssd1331/compare/v0.2.0-alpha.1...v0.2.0-alpha.2
111+
[0.2.0-alpha.1]: https://github.com/jamwaffles/ssd1331/compare/0.1.3...v0.2.0-alpha.1

0 commit comments

Comments
 (0)