Skip to content

Commit f0a9b2d

Browse files
committed
(cargo-release) version 0.4.1
1 parent 67107fd commit f0a9b2d

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.4.1] - 2020-12-01
10+
911
- [#137](https://github.com/jamwaffles/ssd1306/pull/137) Replaced `TerminalMode` font with a new, more consistent one. This now uses the `zxpix` font from <https://jared.geek.nz/2014/jan/custom-fonts-for-microcontrollers>.
1012

1113
## [0.4.0] - 2020-08-03
@@ -112,8 +114,9 @@
112114
- Builder docs clarify the order of method calls (#89)
113115

114116
<!-- next-url -->
117+
[unreleased]: https://github.com/jamwaffles/ssd1306/compare/v0.4.1...HEAD
115118

116-
[unreleased]: https://github.com/jamwaffles/ssd1306/compare/v0.4.0...HEAD
119+
[0.4.1]: https://github.com/jamwaffles/ssd1306/compare/v0.4.0...v0.4.1
117120
[0.4.0]: https://github.com/jamwaffles/ssd1306/compare/v0.3.1...v0.4.0
118121
[0.3.1]: https://github.com/jamwaffles/ssd1306/compare/v0.3.0...v0.3.1
119122
[0.3.0]: https://github.com/jamwaffles/ssd1306/compare/v0.3.0-alpha.4...v0.3.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.4.0"
11+
version = "0.4.1"
1212
edition = "2018"
1313

1414
[badges]

0 commit comments

Comments
 (0)