From 30e5a1900296bde5bed68bfa149d1d65c0a12351 Mon Sep 17 00:00:00 2001 From: HLWeil Date: Mon, 11 Nov 2024 12:02:32 +0100 Subject: [PATCH] bump to 2.2.2 --- RELEASE_NOTES.md | 6 +++++- build/release_package.json | 2 +- pyproject.toml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 5eb4b1bd..4e0ba3e4 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,7 +1,11 @@ +### 2.2.2+4aaa6cf (Released 2024-11-7) +* Bugfixes: + * [[#5aae159](https://github.com/nfdi4plants/ARCtrl/commit/5aae159e074d5c6cc40c8b25072898e77d2fde16)] hotfix parsing of old json-ld samples and sources + ### 2.2.1+6f816b8 (Released 2024-11-6) * Bugfixes: * [[#17d6e64](https://github.com/nfdi4plants/ARCtrl/commit/17d6e64c6b213ba9a0b7d7e09b88df0b19457126)] fix additionalProperties being lost in RO-Crate write read - * + ### 2.2.0+fd5eccc (Released 2024-10-24) * Additions: * [[#b8640a7](https://github.com/nfdi4plants/ARCtrl/commit/b8640a7519b1c50a2b48d6720a35949039ba3fa9)] small changes to build-chain according to PR review diff --git a/build/release_package.json b/build/release_package.json index 84d4c6da..a3865190 100644 --- a/build/release_package.json +++ b/build/release_package.json @@ -1,6 +1,6 @@ { "name": "@nfdi4plants/arctrl", - "version": "2.2.1", + "version": "2.2.2", "description": "Top level ARC DataModel and API function descriptions.", "type": "module", "main": "index.js", diff --git a/pyproject.toml b/pyproject.toml index c1409ccc..4bcf91d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ARCtrl" -version = "2.2.1" +version = "2.2.2" description = "Library for management of Annotated Research Contexts (ARCs) using an in-memory representation and runtimer agnostic contract systems." authors = ["Heinrich Lukas Weil ", "Kevin Frey "] maintainers = ["Florian Wetzels"]