Skip to content

Commit 15685c6

Browse files
authored
Merge pull request #53 from tum-gis/release/v2.0.1
v2.0.1
2 parents 7922f77 + 601d426 commit 15685c6

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77
For releases `< 1.0.0` minor version steps may indicate breaking changes too.
88

9+
## [2.0.1] - 2023-11-07
10+
11+
### Added
12+
13+
- Expanding the Dataset Spatial Extend preview. tum-gis/ckan-docker#52
14+
915
## [2.0.0] - 2023-11-02
1016

1117
### Breaking
@@ -216,7 +222,8 @@ for production environments.**
216222

217223
### Known issues
218224

219-
[Unreleased]: https://github.com/tum-gis/ckan-docker/compare/2.0.0...HEAD
225+
[Unreleased]: https://github.com/tum-gis/ckan-docker/compare/2.0.1...HEAD
226+
[2.0.1]: https://github.com/tum-gis/ckan-docker/compare/2.0.0...2.0.1
220227
[2.0.0]: https://github.com/tum-gis/ckan-docker/compare/1.2.0...2.0.0
221228
[1.2.0]: https://github.com/tum-gis/ckan-docker/compare/1.1.3...1.2.0
222229
[1.1.3]: https://github.com/tum-gis/ckan-docker/compare/1.1.2...1.1.3

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ are alway pinned to a stable release number or commit hash.
179179
180180
| Extension | Version | `sddi-base` | `sddi` | `sddi-social` | Description |
181181
|---|---|:---:|:---:|:---:|---|
182-
| [`scheming`](https://github.com/MarijaKnezevic/ckanext-scheming) | `8548240` | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | Configure and share CKAN dataset metadata forms. |
182+
| [`scheming`](https://github.com/MarijaKnezevic/ckanext-scheming) | `f98daec` | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | Configure and share CKAN dataset metadata forms. |
183183
| [`hierarchy`](https://github.com/ckan/ckanext-hierarchy) | `v1.2.0` | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | Allows to organize organizations and groups in a hierarchy tree (nested groups/orgs). |
184184
| [`grouphierarchysddi`](https://github.com/tum-gis/ckanext-grouphierarchy-sddi) | `1.1.3` | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | Extends `hierarchy` with pre-defined groups and topics of the SDDI concept. |
185185
| [`relation`](https://github.com/tum-gis/ckanext-relation-sddi) | `1.0.3` | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | Enables to create and visualize different types of relations (*realated_to*, *depends_on*, *part_of*) between catalog entries. |

sddi-base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ RUN set -ex && \
5050
ls -lah /wheels
5151

5252
# ckanext-scheming ############################################################
53-
ARG CKANEXT_SCHEMING_VERSION="8548240"
53+
ARG CKANEXT_SCHEMING_VERSION="f98daec"
5454
ENV CKANEXT_SCHEMING_VERSION=${CKANEXT_SCHEMING_VERSION}
5555
ENV CKANEXT_SCHEMING_GITHUB_URL="https://github.com/MarijaKnezevic/ckanext-scheming"
5656

0 commit comments

Comments
 (0)