From 60df2344fee441266370ed5f03be5cc7ccd58cd0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 4 Nov 2024 10:20:55 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=203.1.15=20=E2=86=92=203.1.16?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ CITATION.cff | 2 +- pyproject.toml | 4 ++-- 3 files changed, 33 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ca8bb2..d0751ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,35 @@ # Changelog +## v3.1.16 (2024-11-04) + +### Docs + +- standardise returns field + +### Style + +- automatic reformat auto reformat with ruff/docformatter/prettier after config changes + +### Build System(s) + +- update ckantools version +- 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.1.15 (2024-08-20) ## v3.1.14 (2024-06-10) diff --git a/CITATION.cff b/CITATION.cff index 80cff24..e9b64fe 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -17,4 +17,4 @@ keywords: - ckanext - doi license: GPL-3.0-or-later -version: 3.1.15 +version: 3.1.16 diff --git a/pyproject.toml b/pyproject.toml index 6b2e9ee..0072702 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ckanext-doi" -version = "3.1.15" +version = "3.1.16" description = "A CKAN extension for assigning a digital object identifier (DOI) to datasets, using the DataCite DOI service." readme = "README.md" requires-python = ">=3.6" @@ -58,7 +58,7 @@ exclude = ["tests", "docs"] [tool.commitizen] name = "cz_nhm" -version = "3.1.15" +version = "3.1.16" tag_format = "v$version" update_changelog_on_bump = true changelog_incremental = true