Skip to content

Commit a109e11

Browse files
bump: version 6.6.2 → 6.7.0
1 parent d59eebd commit a109e11

3 files changed

Lines changed: 19 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## v6.7.0 (2026-04-29)
2+
3+
### Feature
4+
5+
- add cache clear command
6+
- allow reingesting files
7+
8+
### Fix
9+
10+
- handle overlapping methods
11+
- also clear cache after datastore background tasks
12+
13+
### Docs
14+
15+
- fix cli instructions
16+
117
## v6.6.2 (2026-03-23)
218

319
### Fix

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ keywords:
1717
- ckanext
1818
- versioned_datastore
1919
license: GPL-3.0-or-later
20-
version: 6.6.2
20+
version: 6.7.0

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ckanext-versioned-datastore"
3-
version = "6.6.2"
3+
version = "6.7.0"
44
description = "A CKAN extension providing a versioned datastore using MongoDB and Elasticsearch"
55
readme = "README.md"
66
requires-python = ">=3.6"
@@ -76,7 +76,7 @@ exclude = ["tests", "docs"]
7676

7777
[tool.commitizen]
7878
name = "cz_nhm"
79-
version = "6.6.2"
79+
version = "6.7.0"
8080
tag_format = "v$version"
8181
update_changelog_on_bump = true
8282
changelog_incremental = true

0 commit comments

Comments
 (0)