From f9e91d2a367632aee243173d464e37fd6667d1ba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 4 Nov 2024 11:52:27 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=203.0.11=20=E2=86=92=203.0.12?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ CITATION.cff | 2 +- pyproject.toml | 4 ++-- 3 files changed, 34 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index efdefe7..0194449 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,34 @@ +## v3.0.12 (2024-11-04) + +### Docs + +- use variable logo based on colour scheme +- fix tests badge tests workflow file was renamed +- standardise returns field + +### Style + +- automatic reformat auto reformat with ruff/docformatter/prettier after config changes + +### Build System(s) + +- remove version from docker compose file version specifier is deprecated + +### CI System(s) + +- fix python setup action version +- add merge to valid commit types +- add docformatter args and dependency docformatter currently can't read from pyproject.toml without tomli +- only apply auto-fixes in pre-commit F401 returns linting errors as well as auto-fixes, so this disables the errors and just applies the fixes +- update tool config update pre-commit repo versions and switch black to ruff +- add pull request validation workflow new workflow to check commit format and code style against pre-commit config +- update workflow files standardise format, change name of tests file + +### Chores/Misc + +- add pull request template +- update tool details in contributing guide + ## v3.0.11 (2024-08-20) ## v3.0.10 (2024-03-11) diff --git a/CITATION.cff b/CITATION.cff index 5780503..470e726 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -17,4 +17,4 @@ keywords: - ckanext - iiif license: GPL-3.0-or-later -version: 3.0.11 +version: 3.0.12 diff --git a/pyproject.toml b/pyproject.toml index 50d45c9..1463b59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ckanext-iiif" -version = "3.0.11" +version = "3.0.12" description = "IIIF for CKAN" readme = "README.md" requires-python = ">=3.6" @@ -55,7 +55,7 @@ exclude = ["tests", "docs"] [tool.commitizen] name = "cz_nhm" -version = "3.0.11" +version = "3.0.12" tag_format = "v$version" update_changelog_on_bump = true changelog_incremental = true