From e0a61c76c5a9ec0a583e57c872a025115e92b204 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 4 Nov 2024 11:49:52 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=202.1.10=20=E2=86=92=202.1.11?= 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 297b6a0..aff7348 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,36 @@ # Changelog +## v2.1.11 (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 + ## v2.1.10 (2024-08-20) ## v2.1.9 (2024-03-25) diff --git a/CITATION.cff b/CITATION.cff index d81bcea..a5494bc 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -17,4 +17,4 @@ keywords: - ckanext - gbif license: GPL-3.0-or-later -version: 2.1.10 +version: 2.1.11 diff --git a/pyproject.toml b/pyproject.toml index 0b45269..0aea44c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ckanext-gbif" -version = "2.1.10" +version = "2.1.11" description = "A CKAN extension that that connects with the GBIF API." readme = "README.md" requires-python = ">=3.6" @@ -57,7 +57,7 @@ exclude = ["tests", "docs"] [tool.commitizen] name = "cz_nhm" -version = "2.1.10" +version = "2.1.11" tag_format = "v$version" update_changelog_on_bump = true changelog_incremental = true