diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b4f3f70c523fa57300322c74876553ad92ace20..c78d196f36797d4c5138ce99a18d4bbcccb90fb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,11 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added ### -- LinkAhead crawler for the metadata check. -- Triggers the quality checker. -- Docker build file and instructions. -- CI pipeline. - ### Changed ### ### Deprecated ### @@ -25,3 +20,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security ### ### Documentation ### + + +## [0.1.0] ## + +### Added ### + +- LinkAhead crawler for the metadata check. +- Triggers the quality checker. +- Docker build file and instructions. +- CI pipeline. diff --git a/README.md b/README.md index 7f35de5582cc7b602d4379ec2a2928ee5274a462..8756abb32e00a6f81e44d9e538470c5882ebee90 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # FAIR Dataspaces RuQaD -RuQaD (Reuse Quality-assured Data) is a demonstrator for connecting and populating FAIR data spaces. -Ruqad connects to [Kadi4Mat](https://kadi.iam.kit.edu/) instances, runs [quality checks](https://git.rwth-aachen.de/fair-ds/ap-4-2-demonstrator/ap-4.2-data-validation-and-quality-assurance-demonstrator) on the data, stores the results -in a [LinkAhead](https://getlinkahead.com) instance and makes the data available via an [EDC (Eclipse Dataspace -Components)](https://projects.eclipse.org/projects/technology.edc) instance. +RuQaD (**R**e**u**se **Q**uality-**a**ssured **D**ata) is a demonstrator for connecting and +populating FAIR data spaces. Ruqad connects to [Kadi4Mat](https://kadi.iam.kit.edu/) instances, runs [quality checks](https://git.rwth-aachen.de/fair-ds/ap-4-2-demonstrator/ap-4.2-data-validation-and-quality-assurance-demonstrator) on +the data, stores the results in a [LinkAhead](https://getlinkahead.com) instance and makes the data available via an [EDC +(Eclipse Dataspace Components)](https://projects.eclipse.org/projects/technology.edc) instance. ## Usage diff --git a/pyproject.toml b/pyproject.toml index 40a1f04374735ec49d46948ac804125d4304f548..04100d9269366490069a65efa6ae4ce55e2d09a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta" [project] name = "ruqad" -description = "A tool for quality assured data integration from Kadi to LinkAhead." -version = "0.0.1" +description = "Quality assured data integration from Kadi to LinkAhead." +version = "0.1.1" readme = "README.md" license = {file = "LICENSE"} authors = [