From fef6e608ade0a61bf3f61999a7853677dfe46465 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1niel=20Buga?= Date: Tue, 10 Oct 2023 18:39:14 +0200 Subject: [PATCH] Bump version to 0.4.1 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00589fc..dbd085c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +0.4.1 (2023-10-10) +================== + +## Changed + +* Updated macros + 0.4.0 (2023-10-10) ================== diff --git a/Cargo.toml b/Cargo.toml index c726650..f8a9e4f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "embedded-layout" -version = "0.4.0" +version = "0.4.1" license = "MIT" description = "Extend embedded-graphics with simple layout functions" repository = "https://github.com/bugadani/embedded-layout"