Skip to content

Commit 4740ff7

Browse files
authored
chore: Bump 0.6.0 (#92)
* chore: bump_0.6.0 * chore: update changelog
1 parent 47dd2f1 commit 4740ff7

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
Notable 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

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
project = "gimie"
1010
copyright = "2023, SDSC-ORD"
1111
author = "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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[tool.poetry]
44
name = "gimie"
5-
version = "0.5.1"
5+
version = "0.6.0"
66
description = "Extract structured metadata from git repositories."
77
authors = ["Swiss Data Science Center <contact@datascience.ch>"]
88
license = "Apache-2.0"

0 commit comments

Comments
 (0)