File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Notable changes introduced in gimie releases are documented in this file
22
3+
4+ ## [ 0.6.0] - 2023-10-19
5+
6+ ### Bug Fixes
7+
8+ - * (deps)* switch to scancode mini (#88 )
9+ - * (docker)* push action was missing buildx (#91 )
10+ - * (github)* replace superseded schema: isBasedOnUrl property (#80 )- incorrect mapping for schema: codeRepository (#64 )
11+ - * (license)* NOASSERTION should not return triples. (#66 )
12+
13+
14+ ### Features
15+
16+ - * (conventional-PRs)* all PRs will need to follow conventional format
17+ - * (conventional-PRs)* all PRs will need to follow conventional format
18+ - * (github.py)* Get "forked from" property of a repository (#79 )
19+ - * (io)* file-like interface to remote resources (#70 )- license matcher for git extractor (#78 )
20+
321## [ 0.5.1] - 2023-07-10
422
523### Bug Fixes
Original file line number Diff line number Diff line change 99project = "gimie"
1010copyright = "2023, SDSC-ORD"
1111author = "SDSC-ORD"
12- release = "0.5.1 "
12+ release = "0.6.0 "
1313
1414# -- General configuration ---------------------------------------------------
1515# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Original file line number Diff line number Diff line change 22
33[tool .poetry ]
44name = " gimie"
5- version = " 0.5.1 "
5+ version = " 0.6.0 "
66description = " Extract structured metadata from git repositories."
77authors = [" Swiss Data Science Center <contact@datascience.ch>" ]
88license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments