Skip to content

v1.7.3 — Add CITATION.cff for Zenodo archive integration

Choose a tag to compare

@daniel-pittman daniel-pittman released this 12 Jun 05:38
537a1ec

What's new

Adds a CITATION.cff describing librarian as research software, ahead of enabling Zenodo's GitHub archive integration on the repo. This is the first release that mints a Zenodo DOI for librarian; future releases will continue to archive automatically via the Zenodo webhook.

Other changes

  • tests/test_cli_read.py::test_version now reads the expected version from the repo-root VERSION file rather than a hard-coded literal, so future version bumps don't break the test.
  • VERSION and pyproject.toml both bumped to 1.7.3 (the single-source-of-truth invariant documented in librarian/__init__.py is preserved).

No application logic changes

This is a metadata-only release. The CLI, MCP server, and schema engine are unchanged from v1.7.2.

🤖 Generated with Claude Code