Skip to content

Latest commit

 

History

History
110 lines (71 loc) · 2.39 KB

File metadata and controls

110 lines (71 loc) · 2.39 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project tries to adhere to Semantic Versioning.

[0.10.0] - 2026-09-04

Added

  • New Data model compliant with json-ld
  • Provenance model and implementation
  • json-ld wrapper for pyld
  • Docs extended
  • Auto-api for docs
  • Tests for model and commands
  • Add instructions for Changelog.md

Fixed

  • Fix hermes init
  • utf-8 compliance
  • Updated dependencies
  • switched to python 3.11

Changed

  • Big changes in commands and model
  • Refactoring of plugins
  • Reintegrated Plugins: toml and git in main repository
  • Change log process
  • Change error class
  • Updated adr

[0.9.2] - 2026-09-04

Added

  • Add Michael Fritzsche as author
  • Add missing release DOIs to CITATION.cff
  • Add JuRSE code pick of the month badge
  • Add hermes-plugin-software-card to marketplace
  • Add hermes-plugin-rsd to marketplace
  • Add "Accept Curate" curation plugin

Fixed

  • Fix readthedocs build

Changed

  • Small changes in tutorials
  • More fleshed out base curate plugin and command
  • Use HERMES' concept DOI in "IsCompiledBy" relation
  • Use Jinja2 templates to set up CI in hermes init

[0.9.1] - 2026-01-12

Added

  • Added ADR for init plugin (#324)

Fixed

  • Broken HERMES DOI in marketplace plugin metadata (#326)
  • hermes init fails with cryptic error message in non-git directory (#308)
  • Make --initial deposits work on Rodare (#348)
  • Fix GitHub link in docs (#319)
  • hermes init cancellation should remove created files (#328)
  • pyproject.toml compliance with PEP 621 (#347)
  • Improve marketplace visibility (#426)

Changed

  • Update poetry to more recent version. (#347)

Security

[0.9.0] - 2025-02-26

Added

  • Added the hermes init subcommand

Fixed

  • Fixes multiple bugs

Changed

  • Refactored plugin system further

[0.8.1] - 2024-08-13

Added

  • Integrated pyproject.toml plugin into the publication process

Changed

  • Improved logging output for better error dissemination