Skip to content

Commit 387f53d

Browse files
committed
Update CHANGELOG.md
1 parent 726d4f2 commit 387f53d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.0] - 2020-08-03
11+
12+
### Added
13+
14+
- Initial support for HD44780 (4-bit direct and I2C) character LCDs and SSD1306 128x32 graphical OLEDs.
15+
* Configuration file changes required - please check documentation.
16+
1017
## [0.2.1] - 2020-07-14
1118

1219
### Fixed
@@ -26,7 +33,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2633

2734
- Initial version.
2835

29-
[unreleased]: https://github.com/dwhinham/mt32-pi/compare/v0.2.1...HEAD
36+
[unreleased]: https://github.com/dwhinham/mt32-pi/compare/v0.3.0...HEAD
37+
[0.3.0]: https://github.com/dwhinham/mt32-pi/compare/v0.2.1..v0.3.0
3038
[0.2.1]: https://github.com/dwhinham/mt32-pi/compare/v0.2.0..v0.2.1
3139
[0.2.0]: https://github.com/dwhinham/mt32-pi/compare/v0.1.0..v0.2.0
3240
[0.1.0]: https://github.com/dwhinham/mt32-pi/releases/tag/v0.1.0

0 commit comments

Comments
 (0)