From f0c19fdcb02c7406fa59caf013501e8b966d082f Mon Sep 17 00:00:00 2001 From: Kseniya Shychko Date: Sun, 25 Aug 2024 23:50:42 +0200 Subject: [PATCH] chore: partially update version data --- _data/versions.json | 59 ++++++++++++++++++++++++++++++++++++--------- 1 file changed, 47 insertions(+), 12 deletions(-) diff --git a/_data/versions.json b/_data/versions.json index 566bb1026..dea82c039 100644 --- a/_data/versions.json +++ b/_data/versions.json @@ -6,45 +6,80 @@ "log":[ { "version": "v0.3.7", - "date": "2024-07-24", - "notes": "v0.3.7 - v0.3.7 - bug fix, now references to v0.3.6 core.", + "date": "2024-08-24", + "notes": "v0.3.7 : added version identifiers", "context": "untp-core-context-0.3.7.jsonld", "schema": "untp-core-schema-0.3.7.json" }, { "version": "v0.3.6", - "date": "2024-07-24", - "notes": "v0.3.6 - added sample data, aligned with untp core", + "date": "2024-08-20", + "notes": "v0.3.6 : added some sample values and cleaned up some bugs", + "context": "untp-core-context-0.3.6.jsonld", + "schema": "untp-core-schema-0.3.6.json" + }, + { + "version": "v0.3.5", + "date": "2024-08-20", + "notes": "v0.3.5 : separated the identifier of an entity from the identifier of the scheme under which the identifier is issued. Refactored location goecoding to align with GeoJSON standard", "context": "untp-core-context-0.3.6.jsonld", - "json-schema": "untp-core-schema-0.3.6.json" + "schema": "untp-core-schema-0.3.6.json" + }, + { + "version": "v0.3.2", + "date": "2024-08-20", + "notes": "v0.3.2 : added circularity and emissions performance class.", + "context": "untp-core-context-0.3.6.jsonld", + "schema": "untp-core-schema-0.3.6.json" }, { "version": "v0.3.1", "date": "2024-07-24", - "notes": "v0.3.1 - bug fixes (@context), moved \"verifiedByCAB\", aligned with lated core vocab.", + "notes": "v0.3.1 : fixed bugs and added link / secure link object.", "context": "untp-core-context-0.3.1.jsonld", - "json-schema": "untp-core-schema-0.3.1.json" + "schema": "untp-core-schema-0.3.1.json" }, { "version": "v0.3.0", "date": "2024-06-24", - "notes": "v0.3.0 - draft model after separating out and re-building on the untp-core vocabulary.", + "notes": "v0.3.0 : flattened structure, simplified naming, complete descriptions, added sample values.", "context": "untp-core-context-0.3.0.jsonld", - "json-schema": "untp-core-schema-0.3.0.json" + "schema": "untp-core-schema-0.3.0.json" + }, + { + "version": "v0.2.3", + "date": "2024-06-24", + "notes": "v0.2.3 : removed ID types (eg PartyID) and instead used the Identifier type as the parent for each identified object.", + "context": "untp-core-context-0.2.3.jsonld", + "schema": "untp-core-schema-0.2.3.json" + }, + { + "version": "v0.2.2", + "date": "2024-06-24", + "notes": "v0.2.3 : removed ID types (eg PartyID) and instead used the Identifier type as the parent for each identified object.", + "context": "untp-core-context-0.2.0.jsonld", + "schema": "untp-core-schema-0.2.0.json" + }, + { + "version": "v0.2.1", + "date": "2024-06-24", + "notes": "v0.2.3 : removed ID types (eg PartyID) and instead used the Identifier type as the parent for each identified object.", + "context": "untp-core-context-0.2.0.jsonld", + "schema": "untp-core-schema-0.2.0.json" }, { "version": "v0.2.0", "date": "2024-06-24", - "notes": "v0.2.0 - raw model after initial pilot testing and alignment with UN DPCCE model", + "notes": "v0.2.3 : removed ID types (eg PartyID) and instead used the Identifier type as the parent for each identified object.", "context": "untp-core-context-0.2.0.jsonld", - "json-schema": "untp-core-schema-0.2.0.json" + "schema": "untp-core-schema-0.2.0.json" }, { "version": "v0.0.1", "date": "2024-06-24", "notes": "v0.0.1 - Initial Model", "context": "untp-core-context-0.1.0.jsonld", - "json-schema": "untp-core-schema-0.1.0.json" + "schema": "untp-core-schema-0.1.0.json" } ] }