From 2bda95ceeb1731361e01ed8a10cebca4647c22f2 Mon Sep 17 00:00:00 2001 From: FriedrichFroebel Date: Sun, 22 Dec 2024 09:07:36 +0100 Subject: [PATCH] version 0.5.0 --- CHANGELOG.md | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a161cd..8685ce7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Development version +# Version 0.5.0 - 2024-12-22 + * Migrate away from `brother_ql.devicedependent`. +* Fix rendering of multiline text for some fonts which do not omit carriage returns by default. # Version 0.4.0 - 2024-10-17 diff --git a/pyproject.toml b/pyproject.toml index 4c7a2aa..2a36a7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta" [project] name = "brother-ql-web" description = "Simple label designer API and web API for Brother QL label printers" -version = "0.4.0" +version = "0.5.0" license = {text = "GPL-3.0-only"} readme = {file = "README.md", content-type = "text/markdown"} authors = [