From f95f86a05506f2af85f9c207d5dad1e86acd06be Mon Sep 17 00:00:00 2001 From: Nick Terwoord Date: Mon, 29 Dec 2025 10:14:47 -0500 Subject: [PATCH 1/2] Updates project version --- cliff.toml | 7 +++++++ pyproject.toml | 2 +- uv.lock | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 cliff.toml diff --git a/cliff.toml b/cliff.toml new file mode 100644 index 0000000..709891d --- /dev/null +++ b/cliff.toml @@ -0,0 +1,7 @@ +# git-cliff ~ configuration file +# https://git-cliff.org/docs/configuration + +[git] +conventional_commits = false +filter_unconventional = true +require_conventional = false \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index f04f0a7..5db2521 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ Issues = "https://github.com/shortstorybox/printserver/issues" [project] name = "printserver" -version = "2.4.3" # Updated by `make version-bump` +version = "2.4.5" # Updated by `make version-bump` description = "The missing JavaScript Printer API" license = "GPL-3.0-or-later" readme = "README.md" diff --git a/uv.lock b/uv.lock index d36fe5d..1340d7c 100644 --- a/uv.lock +++ b/uv.lock @@ -1,5 +1,5 @@ version = 1 -revision = 2 +revision = 3 requires-python = ">=3.9" resolution-markers = [ "python_full_version >= '3.10'", @@ -646,7 +646,7 @@ wheels = [ [[package]] name = "printserver" -version = "2.4.3" +version = "2.4.5" source = { editable = "." } dependencies = [ { name = "brother-ql" }, From 4c131841e5be3e7fc1817584eda8e3ce2f190e93 Mon Sep 17 00:00:00 2001 From: Nick Terwoord Date: Mon, 29 Dec 2025 10:23:24 -0500 Subject: [PATCH 2/2] Simplifies config --- cliff.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cliff.toml b/cliff.toml index 709891d..7056fd9 100644 --- a/cliff.toml +++ b/cliff.toml @@ -2,6 +2,4 @@ # https://git-cliff.org/docs/configuration [git] -conventional_commits = false -filter_unconventional = true -require_conventional = false \ No newline at end of file +conventional_commits = false \ No newline at end of file