From ce0dad885d1dce5a8940e24b79d032b997040853 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 22 Jan 2024 09:36:02 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=202.2.9=20=E2=86=92=203.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ CITATION.cff | 2 +- pyproject.toml | 4 ++-- 3 files changed, 29 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30085e1..4aa9389 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,31 @@ # Changelog +## v3.0.0 (2024-01-22) + +### Breaking Changes + +- implement the correct interface methods + +### Feature + +- add plugin for iiif images +- use download url for download button if available + +### Refactor + +- implement the correct interface methods + +### Chores/Misc + +- remove commented sections from js +- add build section to read the docs config +- add regex for version line in citation file +- add citation.cff to list of files with version +- add contributing guidelines +- add code of conduct +- add citation file +- update support.md links + ## v2.2.9 (2023-07-17) ### Docs diff --git a/CITATION.cff b/CITATION.cff index d540fae..fac50fd 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -17,4 +17,4 @@ keywords: - ckanext - gallery license: GPL-3.0-or-later -version: 2.2.9 +version: 3.0.0 diff --git a/pyproject.toml b/pyproject.toml index 5f4b1c6..59e14e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ckanext-gallery" -version = "2.2.9" +version = "3.0.0" description = "A CKAN extension for a dataset gallery view." readme = "README.md" requires-python = ">=3.6" @@ -57,7 +57,7 @@ exclude = ["tests", "docs"] [tool.commitizen] name = "cz_nhm" -version = "2.2.9" +version = "3.0.0" tag_format = "v$version" update_changelog_on_bump = true changelog_incremental = true