diff --git a/CHANGELOG.md b/CHANGELOG.md index 332e319..3c05eed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ # Development version +# Version 0.3.0 - 2024-08-19 + * Add API for printing images. * Migrate to `pyproject.toml`. +* Update bundled Bootstrap to version 5.3.3 and Bootstrap Icons to version 1.11.3. # Version 0.2.1 - 2024-03-16 diff --git a/pyproject.toml b/pyproject.toml index 70339c4..fb51589 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.2.1" +version = "0.3.0" license = {text = "GPL-3.0-only"} readme = {file = "README.md", content-type = "text/markdown"} authors = [