Skip to content

Commit

Permalink
Update CHANGELOG for upcoming release and fix formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mjanez committed Dec 16, 2024
1 parent d7b80be commit db09ef3
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

<!-- insertion marker -->
## Unreleased

<small>[Compare with latest](https://github.com/mjanez/ckanext-scheming_dcat/compare/v4.3.0...HEAD)</small>

<!-- insertion marker -->
## [v4.3.0](https://github.com/mjanez/ckanext-scheming_dcat/releases/tag/v4.3.0) - 2024-12-12

<small>[Compare with latest](https://github.com/mjanez/ckanext-scheming_dcat/compare/v4.3.0...v4.2.3)</small>
<small>[Compare with v4.2.3](https://github.com/mjanez/ckanext-scheming_dcat/compare/v4.2.3...v4.3.0)</small>

### Added

- Add HVD category and applicable legislation to all INSPIRE records & fix bug ([886c58e](https://github.com/mjanez/ckanext-scheming_dcat/commit/886c58e291ab8722988f06c869c9787f82428359) by mjanez).
- Add root user option to GitHub Actions workflow container ([510fcfc](https://github.com/mjanez/ckanext-scheming_dcat/commit/510fcfc1e88571fd721f5c5d0fc2c14fea5ae02c) by mjanez).
- Add CSW harvester to the list of available harvesters ([66f4ad1](https://github.com/mjanez/ckanext-scheming_dcat/commit/66f4ad15d684e94d3b25be58c41f6540196e7c1c) by mjanez).
- Add temporal and spatial resolution fields to DCAT-AP 2 profiles ([fe9bf54](https://github.com/mjanez/ckanext-scheming_dcat/commit/fe9bf542a371c39f556872541c80b25c0a374581) by mjanez).
Expand All @@ -20,6 +26,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Fixed

- FIx resource_read template ([e4da5d6](https://github.com/mjanez/ckanext-scheming_dcat/commit/e4da5d64c250972e34e33cf0b189fb1d608bde74) by mjanez).
- Fix bug when source_date_format is None. ([1b25c9e](https://github.com/mjanez/ckanext-scheming_dcat/commit/1b25c9eb71521e4b046b003ae5830b8316444a2a) by mjanez).
- Fix image ([0122653](https://github.com/mjanez/ckanext-scheming_dcat/commit/0122653135e5ba2222a66507c2b042ef568b086f) by mjanez).
- Fix image url ([325a0c2](https://github.com/mjanez/ckanext-scheming_dcat/commit/325a0c220938ee49f06e77ca48d666db98a4b92b) by mjanez).
- Fix GeoDCAT-AP Schemas ([64f6e28](https://github.com/mjanez/ckanext-scheming_dcat/commit/64f6e28fa46a6b5ffdaea99a6a2c9c0dbd5d599b) by mjanez).
- Fix formatting in __init__.py by adding a trailing comma for EuGeoDCATAP3Profile ([980edd2](https://github.com/mjanez/ckanext-scheming_dcat/commit/980edd28d9521da3a395a17e320915b15c82a14c) by mjanez).
- Fix language priorities retrieval to handle non-string values ([1fefbab](https://github.com/mjanez/ckanext-scheming_dcat/commit/1fefbaba0c5d09eb067400fb0e8c7649163e9a7a) by mjanez).
Expand All @@ -29,7 +39,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Remove unnecessary multilang flag from _add_triples_from_dict method in EsNTIRISPProfile (es_dcat) ([b6f65e1](https://github.com/mjanez/ckanext-scheming_dcat/commit/b6f65e198db5a037b2e4de292840f52543944f1e) by mjanez).
- Remove unncesary multilang methods since ckanext-dcat v2.1.0 ([e7eff22](https://github.com/mjanez/ckanext-scheming_dcat/commit/e7eff2200894c557057be13d8c5a150f3c9ce0ed) by mjanez).

<!-- insertion marker -->
## [v4.2.3](https://github.com/mjanez/ckanext-scheming_dcat/releases/tag/v4.2.3) - 2024-11-19

<small>[Compare with v4.2.2](https://github.com/mjanez/ckanext-scheming_dcat/compare/v4.2.2...v4.2.3)</small>
Expand Down

0 comments on commit db09ef3

Please sign in to comment.