diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f658db8..81ee23b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -40,7 +40,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Install CURL - run: apk install curl -y + run: apt install curl -y - name: Install requirements run: | pip install -r dev-requirements.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index ec0d6c7..4f2e0c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,11 @@ ## [0.3.5](https://github.com/berlinonline/ckanext-dcatde_berlin/releases/tag/0.3.5) -- Update config settings (read from .ini file or use default value if the variable is not set) -- Add OpenCode publiccode.yml file -- Update Readme +_(2024-12-20)_ + +- Update config settings (read from .ini file or use default value if the variable is not set). +- Add OpenCode [publiccode.yml](publiccode.yml) file. +- Update README. ## [0.3.4](https://github.com/berlinonline/ckanext-dcatde_berlin/releases/tag/0.3.4) diff --git a/README.md b/README.md index d0668be..cf5d210 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # ckanext-dcatde_berlin -[![Tests](https://github.com/berlinonline/ckanext-dcatde_berlin/workflows/Tests/badge.svg?branch=master)](https://github.com/berlinonline/ckanext-dcatde_berlin/actions) -[![Code Coverage](http://codecov.io/github/berlinonline/ckanext-dcatde_berlin/coverage.svg?branch=master)](http://codecov.io/github/berlinonline/ckanext-dcatde_berlin?branch=master) +[![Tests](https://github.com/berlinonline/ckanext-dcatde_berlin/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/berlinonline/ckanext-dcatde_berlin/actions) +[![Code Coverage](https://codecov.io/github/berlinonline/ckanext-dcatde_berlin/coverage.svg?branch=master)](http://codecov.io/github/berlinonline/ckanext-dcatde_berlin?branch=master) This plugin belongs to a set of plugins for the _Datenregister_ – the non-public [CKAN](https://ckan.org) instance that is part of Berlin's open data portal [daten.berlin.de](https://daten.berlin.de). diff --git a/ckanext/dcatde_berlin/VERSION b/ckanext/dcatde_berlin/VERSION index 448a0fa..09e9157 100644 --- a/ckanext/dcatde_berlin/VERSION +++ b/ckanext/dcatde_berlin/VERSION @@ -1 +1 @@ -0.3.4 \ No newline at end of file +0.3.5 \ No newline at end of file