Skip to content

Commit

Permalink
bump to 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
HLWeil committed Nov 11, 2024
1 parent 4aaa6cf commit 30e5a19
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion build/release_package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <weil@rptu.de>", "Kevin Frey <freymaurer@gmx.de>"]
maintainers = ["Florian Wetzels"]
Expand Down

0 comments on commit 30e5a19

Please sign in to comment.