From 5ce71edeec22fed041c830b54e7ffac33e88f54e Mon Sep 17 00:00:00 2001
From: Xiao Gui <xgui3783@gmail.com>
Date: Fri, 4 Oct 2024 20:24:26 +0200
Subject: [PATCH] doc: codemeta release notes

---
 codemeta.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/codemeta.json b/codemeta.json
index a8e2b3d51..325c1eef6 100644
--- a/codemeta.json
+++ b/codemeta.json
@@ -46,7 +46,7 @@
         "python 3",
         "typescript"
     ],
-    "schema:releaseNotes": "# v2.14.11\n\n## Feature\n\n- (experimental) showing coordinates of all warped spaces\n\n## Bugfix\n\n- Fixed inconsistent saneurl creation (Thanks to Sebastian Bludau for reporting this)\n\n\n## Known regressions\n\n- Labelled assignment now does not work. This will be addressed in a future update. (The temporary regression allows for significant performant statistical assignment, as well more accurate label assignment.)\n",
+    "schema:releaseNotes": "# v2.14.12\n\n## Behind the scenes\n\n- Reverting point assignment panel behaviors\n\n## Known regressions\n\n- Labelled assignment now does not work. This will be addressed in a future update. (The temporary regression allows for significant performant statistical assignment, as well more accurate label assignment.)\n",
     "runtimePlatform": "docker",
     "version": "2.14.11",
     "contIntegration": "https://github.com/FZJ-INM1-BDA/siibra-explorer/actions",
-- 
GitLab