Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@ CHANGELOG
=========
See: https://github.com/ckan/ckanext-xloader/releases if this file has drifted.

2.3.1 2025-04-30
================

## Feat:

* #275 Implement a new Interface function for datastore_before_update

## Fix

* #274 Qld gov au GitHub 272 extra cells, multiple queues

2.0.1 2025-03-04
================

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "ckanext-xloader"
version = "2.3.0"
version = "2.3.1"
description = "Express Loader - quickly load data into CKAN DataStore"
classifiers = [ "Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
Expand Down Expand Up @@ -142,4 +142,4 @@ reportIncompleteStub = true
reportUnsupportedDunderAll = true
reportUnusedCoroutine = true
reportUnnecessaryTypeIgnoreComment = true
reportMatchNotExhaustive = true
reportMatchNotExhaustive = true
Loading