Skip to content

Commit 1d0c58e

Browse files
committed
release of v1.1.0
1 parent 49a4c7d commit 1d0c58e

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v1.1.0 - 2026-06-30
4+
- Add support for collapsible section
5+
- Add a DOI to URL validator fixing bare DOIs linking to the repository
6+
- Require `ckanext-scheming>=3.0.0`
7+
38
## v1.0.3 - 2026-06-25
49
- Fix asset loading issue
510

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
version = '1.0.3'
3+
version = '1.1.0'
44

55
setup(
66
name='ckanext-ldm_schema',

0 commit comments

Comments
 (0)