diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a9e3d66..e8004b8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +0.7.0 (2023-11-03) +================== + + - [#165] Relaxed trait bounds on PixelColor + +[#165]: https://github.com/embedded-graphics/embedded-text/pull/165 + 0.6.6 (2023-10-15) ================== diff --git a/Cargo.toml b/Cargo.toml index 42f3fb7f..1a1122e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "embedded-text" -version = "0.6.6" +version = "0.7.0" license = "MIT" description = "TextBox for embedded-graphics" repository = "https://github.com/embedded-graphics/embedded-text"