From 2b4603a51c551d0782b870503fbb00ed346d30e1 Mon Sep 17 00:00:00 2001 From: ehennestad Date: Fri, 15 Nov 2024 11:54:52 +0100 Subject: [PATCH 1/3] Update getSchemaDocLink.m --- code/internal/+openminds/+internal/+utility/getSchemaDocLink.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/internal/+openminds/+internal/+utility/getSchemaDocLink.m b/code/internal/+openminds/+internal/+utility/getSchemaDocLink.m index 25ced59..a170f40 100644 --- a/code/internal/+openminds/+internal/+utility/getSchemaDocLink.m +++ b/code/internal/+openminds/+internal/+utility/getSchemaDocLink.m @@ -47,7 +47,8 @@ persistent schemaManifest if isempty(schemaManifest) try - schemaManifest = openminds.internal.loadSchemaManifest("latest"); + schemaVersion = openminds.getSchemaVersion(); + schemaManifest = openminds.internal.loadSchemaManifest(schemaVersion); catch error('Not implemented yet') end From da4b95b1792cc77f3fe408f2c8d00a9b20820cde Mon Sep 17 00:00:00 2001 From: Run tests by ehennestad <> Date: Fri, 15 Nov 2024 10:58:54 +0000 Subject: [PATCH 2/3] Update code issues and tests badges --- .github/badges/code_issues.svg | 2 +- .github/badges/tests.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/badges/code_issues.svg b/.github/badges/code_issues.svg index 9125a70..59b6d18 100644 --- a/.github/badges/code_issues.svg +++ b/.github/badges/code_issues.svg @@ -1 +1 @@ -code issuescode issues3636 \ No newline at end of file +code issuescode issues3434 \ No newline at end of file diff --git a/.github/badges/tests.svg b/.github/badges/tests.svg index 6963057..0b760e7 100644 --- a/.github/badges/tests.svg +++ b/.github/badges/tests.svg @@ -1 +1 @@ -teststests463 passed463 passed \ No newline at end of file +teststests464 passed464 passed \ No newline at end of file From 3796a6b0c970375a76110f4a7a47d4c92197055a Mon Sep 17 00:00:00 2001 From: ehennestad Date: Fri, 15 Nov 2024 12:55:36 +0100 Subject: [PATCH 3/3] Update Contents.m --- code/Contents.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/Contents.m b/code/Contents.m index 403aa4f..bf211c5 100644 --- a/code/Contents.m +++ b/code/Contents.m @@ -1,5 +1,5 @@ % openMINDS Metadata Models -% Version 0.9.4 (R2022b+) 15-Nov-2024 +% Version 0.9.3 (R2022b+) 15-Nov-2024 % % Copyright (c) 2024, openMetadataInitiative % ------------------------------------------