Releases: proycon/codemeta-harvester
Releases · proycon/codemeta-harvester
v0.2
- 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)