From ea5271d32512eeed7a6caadf09509ff5d2447c63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1niel=20Buga?= Date: Mon, 27 May 2024 16:15:10 +0200 Subject: [PATCH] Bump version to v0.7.2 --- CHANGELOG.md | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d287cbec..b116fc9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ -0.7.2 (2024-05-03) +0.7.2 (2024-05-27) ================== - - [#168] Fix breaking long words with wide utf8 characters + - [#168] Fix breaking long words with wide utf8 characters [#168]: https://github.com/embedded-graphics/embedded-text/pull/168 diff --git a/Cargo.toml b/Cargo.toml index 71fb774a..42cd990d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "embedded-text" -version = "0.7.1" +version = "0.7.2" license = "MIT" description = "TextBox for embedded-graphics" repository = "https://github.com/embedded-graphics/embedded-text"