Skip to content

Release 1.2.0

Compare
Choose a tag to compare
@mhucka mhucka released this 18 Jul 22:48
· 211 commits to develop since this release

This version fixes problems with handling Invenio Communities. First, an internal bug in IGA would cause an exception if the user attempted to list communities in an InvenioRDM server that defined more than one community. Second, a bug in InvenioRDM itself meant that community links were broken. (Thanks to @tmorrell for a fix via PR #23.)

Additional changes in this version:

  • Switched to using codemeta.json as the main source of truth for version info. The setup.cfg file is now updated from codemeta.json, not the other way around.
  • With respect to how the InvenioRDM metadata field related_identifiers is handled, the IGA documentation and the Google spreadsheet describing how IGA maps fields both omitted the use of CodeMeta fields downloadUrl and installUrl and CFF field repository-artifact. These fields are now in the documentation.
  • The Makefile has been updated in various ways based on experiences with other projects.