diff --git a/cliff.toml b/cliff.toml new file mode 100644 index 0000000..7056fd9 --- /dev/null +++ b/cliff.toml @@ -0,0 +1,5 @@ +# git-cliff ~ configuration file +# https://git-cliff.org/docs/configuration + +[git] +conventional_commits = 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" },