diff --git a/CHANGELOG.md b/CHANGELOG.md index b1c9bae9..0861f617 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -0.7.1 (2024-04-28) +0.7.1 (2024-04-29) ================== - [#167] Offset the line to fit the glyph with negative side bearing diff --git a/Cargo.toml b/Cargo.toml index 1a1122e8..71fb774a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "embedded-text" -version = "0.7.0" +version = "0.7.1" license = "MIT" description = "TextBox for embedded-graphics" repository = "https://github.com/embedded-graphics/embedded-text"