diff --git a/CHANGELOG.md b/CHANGELOG.md index c5985b6..4b2f0fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## v1.2.13 (2024-11-04) + +### Docs + +- use variable logo based on colour scheme +- fix agent table +- fix tests badge + +### CI System(s) + +- fix python setup action version +- add merge to valid commit types + ## v1.2.12 (2024-11-04) ### Fix diff --git a/CITATION.cff b/CITATION.cff index 9435404..7bb2acf 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -17,4 +17,4 @@ keywords: - ckanext - attribution license: GPL-3.0-or-later -version: 1.2.12 +version: 1.2.13 diff --git a/ckanext/attribution/theme/package.json b/ckanext/attribution/theme/package.json index f913278..850fbfe 100644 --- a/ckanext/attribution/theme/package.json +++ b/ckanext/attribution/theme/package.json @@ -1,6 +1,6 @@ { "name": "ckanext-attribution", - "version": "1.2.12", + "version": "1.2.13", "description": "A CKAN extension that adds support for complex attribution.", "repository": { "type": "git", diff --git a/pyproject.toml b/pyproject.toml index 4072afc..461714c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ckanext-attribution" -version = "1.2.12" +version = "1.2.13" description = "A CKAN extension that adds support for complex attribution." readme = "README.md" requires-python = ">=3.6" @@ -65,7 +65,7 @@ exclude = ["tests", "docs"] [tool.commitizen] name = "cz_nhm" -version = "1.2.12" +version = "1.2.13" tag_format = "v$version" update_changelog_on_bump = true changelog_incremental = true