From 0db019e51a77f5dedad80450edb61132a5f8cf7d Mon Sep 17 00:00:00 2001 From: Serafeim Chatzopoulos Date: Fri, 11 Nov 2022 19:15:55 +0200 Subject: [PATCH 1/5] Add versioning section --- docs/changelog.md | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index ef2a961..0562e93 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,5 +2,32 @@ sidebar_position: 12 --- +# Versions & changelog + + +# Versioning + +Our versioning policy follows the [Semantic Versioning specification](https://semver.org/). +In our case, given a version `MAJOR.MINOR.PATCH`, we increment the: + +* `MAJOR` version when the data model of the Graph changes +* `MINOR` version when the pipeline (e.g., different deduplication method, different implementation for an enrichment process) or the data sources change +* `PATCH` version when the graph data are updated + + # Changelog -TODO \ No newline at end of file + +This section will document all notable changes for each graph version. + + +## v5.0.0 - [date] + +### Added + +### Changed + +### Deprecated + +### Removed + +### Fixed From c77ac867e0613fc108a2327327997c8237545007 Mon Sep 17 00:00:00 2001 From: Serafeim Chatzopoulos Date: Thu, 17 Nov 2022 14:28:09 +0200 Subject: [PATCH 2/5] Add changelog for v5 --- docs/changelog.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 0562e93..f8b5c70 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -5,29 +5,30 @@ sidebar_position: 12 # Versions & changelog -# Versioning +## Versioning Our versioning policy follows the [Semantic Versioning specification](https://semver.org/). In our case, given a version `MAJOR.MINOR.PATCH`, we increment the: * `MAJOR` version when the data model of the Graph changes -* `MINOR` version when the pipeline (e.g., different deduplication method, different implementation for an enrichment process) or the data sources change +* `MINOR` version when the pipeline (e.g., different deduplication method, different implementation for an enrichment process) or major data sources change * `PATCH` version when the graph data are updated -# Changelog +## Changelog This section will document all notable changes for each graph version. -## v5.0.0 - [date] +### v5.0.0 -### Added +#### Added -### Changed +- Impact indicators at the level of the [result instance](/data-model/entities/result#instance) -### Deprecated +- New [relationship types](/data-model/relationships#relationship-types): `Reviews, IsReviewedBy, IsParentOf, IsChildOf, References, IsReferencedBy, IsNewVersionOf, IsPreviousVersionOf, HasVersion, IsVersionOf, Cites, IsCitedBy, IsVariantFormOf, IsOriginalFormOf, Obsoletes, IsObsoletedBy, IsContinuedBy, Continues, Documents, IsDocumentedBy, IsCompiledBy, Compiles, IsPartOf, HasPart, IsSourceOf, IsDerivedFrom, IsIdenticalTo` -### Removed +#### Changed + +- FOS and SDGs were removed from the [result subjects](/data-model/entities/result#subjects) -### Fixed From 709b5f49bdb65a8a06a25a441a87c34aaae44859 Mon Sep 17 00:00:00 2001 From: "miriam.baglioni" Date: Tue, 27 Dec 2022 14:54:28 +0100 Subject: [PATCH 3/5] updated changelog --- docs/changelog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index f8b5c70..c80b140 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -24,11 +24,12 @@ This section will document all notable changes for each graph version. #### Added -- Impact indicators at the level of the [result instance](/data-model/entities/result#instance) +- Impact indicators at the level of the [Result](/data-model/entities/result#indicators) - New [relationship types](/data-model/relationships#relationship-types): `Reviews, IsReviewedBy, IsParentOf, IsChildOf, References, IsReferencedBy, IsNewVersionOf, IsPreviousVersionOf, HasVersion, IsVersionOf, Cites, IsCitedBy, IsVariantFormOf, IsOriginalFormOf, Obsoletes, IsObsoletedBy, IsContinuedBy, Continues, Documents, IsDocumentedBy, IsCompiledBy, Compiles, IsPartOf, HasPart, IsSourceOf, IsDerivedFrom, IsIdenticalTo` #### Changed - FOS and SDGs were removed from the [result subjects](/data-model/entities/result#subjects) +- Measures were removed from the [result_instance](/data-model/entities/result#instance) From 8d78ebc5dbe0a99ca33893e27278340c70b232df Mon Sep 17 00:00:00 2001 From: Serafeim Chatzopoulos Date: Fri, 30 Dec 2022 16:50:48 +0200 Subject: [PATCH 4/5] Add Beginner's kit in changelog --- docs/changelog.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index c80b140..ce1844f 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -24,12 +24,12 @@ This section will document all notable changes for each graph version. #### Added -- Impact indicators at the level of the [Result](/data-model/entities/result#indicators) - +- [Impact indicators](/data-model/entities/result#indicators) at the level of the Result +- [Beginner's kit](/downloads/beginners-kit) in the Downloads section - New [relationship types](/data-model/relationships#relationship-types): `Reviews, IsReviewedBy, IsParentOf, IsChildOf, References, IsReferencedBy, IsNewVersionOf, IsPreviousVersionOf, HasVersion, IsVersionOf, Cites, IsCitedBy, IsVariantFormOf, IsOriginalFormOf, Obsoletes, IsObsoletedBy, IsContinuedBy, Continues, Documents, IsDocumentedBy, IsCompiledBy, Compiles, IsPartOf, HasPart, IsSourceOf, IsDerivedFrom, IsIdenticalTo` #### Changed - FOS and SDGs were removed from the [result subjects](/data-model/entities/result#subjects) -- Measures were removed from the [result_instance](/data-model/entities/result#instance) +- Measures were removed from the [result instance](/data-model/entities/result#instance) From 7035ad6878ab691548e4b125137a2959ebbbf486 Mon Sep 17 00:00:00 2001 From: "miriam.baglioni" Date: Fri, 30 Dec 2022 16:34:07 +0100 Subject: [PATCH 5/5] remove the set of the added relationships. --- docs/changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index ce1844f..3437f93 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -26,8 +26,8 @@ This section will document all notable changes for each graph version. - [Impact indicators](/data-model/entities/result#indicators) at the level of the Result - [Beginner's kit](/downloads/beginners-kit) in the Downloads section -- New [relationship types](/data-model/relationships#relationship-types): `Reviews, IsReviewedBy, IsParentOf, IsChildOf, References, IsReferencedBy, IsNewVersionOf, IsPreviousVersionOf, HasVersion, IsVersionOf, Cites, IsCitedBy, IsVariantFormOf, IsOriginalFormOf, Obsoletes, IsObsoletedBy, IsContinuedBy, Continues, Documents, IsDocumentedBy, IsCompiledBy, Compiles, IsPartOf, HasPart, IsSourceOf, IsDerivedFrom, IsIdenticalTo` - +- New relation types. See the [complete set of relationship](/data-model/relationships#relationship-types) +- #### Changed - FOS and SDGs were removed from the [result subjects](/data-model/entities/result#subjects)