From f48e0d261bc05769d1d005954e4fd0de3b1ed7b9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 25 Sep 2023 15:31:31 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=203.2.10=20=E2=86=92=203.2.11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ pyproject.toml | 4 ++-- 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0e56a6..db874dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,31 @@ # Changelog +## v3.2.11 (2023-09-25) + +### Docs + +- update docker test service name in readme + +### Style + +- fix some minor formatting irregularities + +### Tests + +- sort out the CKAN 2.10 tests +- add a test for login_success +- add test for login_failed helper + +### Build System(s) + +- adds ckantest:next as a test target option + +### CI System(s) + +- add tests on next to ci +- update docker test service name in github action workflow +- fix tests, postgresql wasn't working + ## v3.2.10 (2023-07-17) ### Docs diff --git a/pyproject.toml b/pyproject.toml index 842ff9f..a6a8e44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ckanext-ldap" -version = "3.2.10" +version = "3.2.11" description = "A CKAN extension that provides LDAP authentication." readme = "README.md" requires-python = ">=3.6" @@ -56,7 +56,7 @@ exclude = ["tests", "docs"] [tool.commitizen] name = "cz_nhm" -version = "3.2.10" +version = "3.2.11" tag_format = "v$version" update_changelog_on_bump = true changelog_incremental = true