Releases: proycon/codemeta-harvester
Releases · proycon/codemeta-harvester
v0.4.0
v0.3.7
- added tagignore parameter and set default value to ignore alpha, beta, rc suffixes
- detect Cargo.toml (Rust)
- assign the top contributor as fallback author/maintainer in case none of the metadata specifies any
- implemented 'stub' detection, repository that only have metadata and no code, will negatively impact validation
- expanded README detection and README URL inferrence, now also works for bitbucket and for subdirs
- remove newlines from scraped titles
- metadata update
v0.3.6
v0.3.5
v0.3.4
v0.3.3
v0.3.2
- own codemeta metadata update
- adding some support for inferring developmentStatus from stability badges (https://masterminds.github.io/stability/)
- no need for the technologyReadinessLevel property anymore, use developmentStatus directly
- Makefile: build containers with no-cache
- fixed TRL URI (CLARIAH/tool-discovery#34)
- Dockerfile: no longer need to grab pandoc from alpine edge, it's in stable now
- Implemented "tagprefix" option to detect git version tags with a custom prefix.
v0.3.1
v0.3.0
This releases builds on codemetapy 2.3.0.
- Logs are more verbose
- Implemented DOI harvesting via Zenodo API #3
- Implemented support for Technology Readiness Level detection
- Added support for alternative spellings of README (thanks to @broeder-j) #4
- added fallbacks to self-correct in case git checkout fails, and some other improvements in error catching and overall robustness
- fix for 'Inferring repostatus information from git activity', wasn't always run
- documentation update