From 6af2d2c8638a831a3cec35a073abbede3249eb02 Mon Sep 17 00:00:00 2001 From: Elizabeth Campolongo <38985481+egrace479@users.noreply.github.com> Date: Thu, 22 Jan 2026 11:22:33 -0500 Subject: [PATCH 1/5] update year --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 9fbf34d..6ed930a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 Imageomics Institute +Copyright (c) 2024-2026 Imageomics Institute Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From 279f792fcbfeb292cbbe6758ceeb5f1d8fc99ca0 Mon Sep 17 00:00:00 2001 From: Elizabeth Campolongo <38985481+egrace479@users.noreply.github.com> Date: Thu, 22 Jan 2026 13:04:01 -0500 Subject: [PATCH 2/5] Update to preferred name As done in [9c7067e](https://github.com/Imageomics/Collaborative-distributed-science-guide/commit/9c7067e5d545c52b552a78d014e7347e1e297c91) --- .zenodo.json | 2 +- CITATION.cff | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.zenodo.json b/.zenodo.json index 04299e8..3f1320c 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -9,7 +9,7 @@ "orcid": "0000-0003-0583-8585" }, { - "name": "Duan, Zoe", + "name": "Duan, Yuehua", "orcid": "0000-0002-8547-5907" }, { diff --git a/CITATION.cff b/CITATION.cff index ec4bafd..f30904e 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -7,7 +7,7 @@ authors: given-names: "Matthew J." orcid: "https://orcid.org/0000-0003-0583-8585" - family-names: "Duan" - given-names: "Zoe" + given-names: "Yuehua" orcid: "https://orcid.org/0000-0002-8547-5907" - family-names: "Lapp" given-names: "Hilmar" From a06c25b97231eaeb1d380396807b842d81c32e53 Mon Sep 17 00:00:00 2001 From: Elizabeth Campolongo <38985481+egrace479@users.noreply.github.com> Date: Thu, 22 Jan 2026 13:41:41 -0500 Subject: [PATCH 3/5] Update for v2 release Add Emerson and Dahlia --- .zenodo.json | 10 ++++++++-- CITATION.cff | 16 ++++++++++------ 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/.zenodo.json b/.zenodo.json index 3f1320c..954abbf 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -12,6 +12,12 @@ "name": "Duan, Yuehua", "orcid": "0000-0002-8547-5907" }, + { + "name": "Frasure, Emerson" + }, + { + "name": "Li, Dahlia" + }, { "name": "Lapp, Hilmar", "orcid": "0000-0001-9107-0714" @@ -35,9 +41,9 @@ "license": { "id": "MIT" }, - "publication_date": "2025-09-25", + "publication_date": "2026-01-22", "title": "Cautious Robot", - "version": "1.1.0", + "version": "2.0.0", "grants": [ { "id": "021nxhr62::2118240" diff --git a/CITATION.cff b/CITATION.cff index f30904e..2224c9e 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -9,18 +9,22 @@ authors: - family-names: "Duan" given-names: "Yuehua" orcid: "https://orcid.org/0000-0002-8547-5907" +- family-names: "Frasure" + given-names: "Emerson" +- family-names: "Li" + given-names: "Dahlia" - family-names: "Lapp" given-names: "Hilmar" orcid: "https://orcid.org/0000-0001-9107-0714" cff-version: 1.2.0 -date-released: "2025-09-25" +date-released: "2026-01-22" identifiers: - - description: "The GitHub release URL of tag v1.1.0." + - description: "The GitHub release URL of tag v2.0.0." type: url - value: "https://github.com/Imageomics/cautious-robot/releases/tag/v1.1.0" - - description: "The GitHub URL of the commit tagged with v1.1.0." + value: "https://github.com/Imageomics/cautious-robot/releases/tag/v2.0.0" + - description: "The GitHub URL of the commit tagged with v2.0.0." type: url - value: "https://github.com/Imageomics/cautious-robot/tree/332a9eb498139f80213bf1b134e565c68ea9c0d0" + value: "https://github.com/Imageomics/cautious-robot/tree/" # update on release keywords: - imageomics - metadata @@ -37,6 +41,6 @@ license: MIT message: "If you use this software, please cite it using the metadata from this file." repository-code: "https://github.com/Imageomics/cautious-robot" title: "Cautious Robot" -version: "1.1.0" +version: "2.0.0" doi: "10.5281/zenodo.15133580" type: software From 1f21e9a93d2312fc4296002eaa2180fd31ba53b6 Mon Sep 17 00:00:00 2001 From: egrace479 Date: Thu, 22 Jan 2026 13:50:43 -0500 Subject: [PATCH 4/5] Set version new version, 2.0.0 We have made breaking changes --- src/cautiousrobot/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cautiousrobot/__about__.py b/src/cautiousrobot/__about__.py index 6849410..8c0d5d5 100644 --- a/src/cautiousrobot/__about__.py +++ b/src/cautiousrobot/__about__.py @@ -1 +1 @@ -__version__ = "1.1.0" +__version__ = "2.0.0" From f1338be513aadd74c6bce6ca00b296988a0df397 Mon Sep 17 00:00:00 2001 From: Elizabeth Campolongo <38985481+egrace479@users.noreply.github.com> Date: Fri, 23 Jan 2026 17:20:34 -0500 Subject: [PATCH 5/5] Reset date --- .zenodo.json | 2 +- CITATION.cff | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.zenodo.json b/.zenodo.json index 954abbf..f517ef8 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -41,7 +41,7 @@ "license": { "id": "MIT" }, - "publication_date": "2026-01-22", + "publication_date": "2026-01-23", "title": "Cautious Robot", "version": "2.0.0", "grants": [ diff --git a/CITATION.cff b/CITATION.cff index 2224c9e..b3f374e 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -17,7 +17,7 @@ authors: given-names: "Hilmar" orcid: "https://orcid.org/0000-0001-9107-0714" cff-version: 1.2.0 -date-released: "2026-01-22" +date-released: "2026-01-23" identifiers: - description: "The GitHub release URL of tag v2.0.0." type: url