Skip to content

Releases: proycon/codemeta-harvester

v0.2

05 Sep 19:44
Compare
Choose a tag to compare
  • Dockerfile: allow building against any development version of codemetapy
  • Allow validation against a SHACL schema (proycon/codemetapy#21)
  • Implemented support for Gitlab API harvesting (#1, thanks to @xmichele)
    • don't query api for unsupported git forges
  • Limit 999kb for downloaded files from git clone (thanks to @xmichele)
  • Improved overall error feedback, logging, and verbosity
  • enabled new codemetapy --enrich option for some automatic enrichment
  • derived some properties we from the very latest master branch instead of a specific version and backport to older versions (such as maintainer and repostatus) because these are more repo-bound than version bound. (we do this even if an explicit codemeta.json was provided!)
  • allow single letter suffixes in version numbers (as used by @dirkroorda in text-fabric)
  • improved getting latest version (git tag): let git itself handle the sorting of tags based on semantic version
  • implemented CI detection from README
  • implemented support for harvesting services without source (limited)

v0.1

17 May 13:45
Compare
Choose a tag to compare

First release, should be fairly functional all-around but does still require some further testing.