From 11ec450020d5ed4c401b2271af705202b8071060 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1niel=20Buga?= Date: Mon, 29 Apr 2024 20:30:36 +0200 Subject: [PATCH] Bump version to 0.7.1 --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"