From d7ddf066722cae21a2ec6acaf7fe53b581908bb6 Mon Sep 17 00:00:00 2001 From: "Nickolaus D. Saint" Date: Thu, 16 Apr 2020 13:41:04 -0700 Subject: [PATCH] Bump Beta 3, bump identifiers requirements, add CHANGELOG --- CHANGELOG.rst | 21 +++++++++++++++++++++ minid/version.py | 2 +- requirements.txt | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 719860f..c03b649 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,8 +5,29 @@ CHANGELOG ------- * Fixed Fixed possible missing directory for minid (`#54`_) +* Added this changelog (`#55`_) +* Removed EZID link from Minid check command (`#60`_) +* Added new fields to Minid check command (`#60`_) + * Added Created Date + * Added Updated Date + * Added Replaced By reference to remote Minid + * Added Replaces reference to remote Minid + * Added Active Minid Status Indicator + * Size now displays units instead of bytes + * Minid style now displayed instead of hld:// or ark:// + * Fixed newer style titles not displaying +* (Re)Added Tombstoning features (`#61`_) +* Added feature to clear Location and reference Minids by passing "None" (`#61`_) +* Fixed Unexpected Error if user declines consent on login (`#64`_) +* Added Main development feature to run the CLI without installing (`#62`_) + .. _#54: https://github.com/fair-research/minid/pull/54 +.. _#55: https://github.com/fair-research/minid/pull/55 +.. _#60: https://github.com/fair-research/minid/pull/60 +.. _#61: https://github.com/fair-research/minid/pull/61 +.. _#62: https://github.com/fair-research/minid/pull/62 +.. _#64: https://github.com/fair-research/minid/pull/64 2.0.0b2 diff --git a/minid/version.py b/minid/version.py index 836886d..1c23c33 100644 --- a/minid/version.py +++ b/minid/version.py @@ -1 +1 @@ -__VERSION__ = '2.0.0b3.dev0' +__VERSION__ = '2.0.0b3' diff --git a/requirements.txt b/requirements.txt index 5b80de2..eb40a89 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ pytz tzlocal -fair-identifiers-client>=0.3.1 +fair-identifiers-client>=0.4.1 globus-sdk>=1.8.0 fair-research-login>=0.1.5 \ No newline at end of file