Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdoret committed Dec 18, 2024
1 parent 6c92e46 commit 2396e83
Showing 1 changed file with 16 additions and 9 deletions.
25 changes: 16 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
Notable changes introduced in gimie releases are documented in this file


## [0.7.2] - 2024-12-18

### Bug Fixes

- *(cff)* doi structure parsing (#121)


## [0.7.1] - 2024-12-09

### Bug Fixes
Expand All @@ -13,17 +21,16 @@ Notable changes introduced in gimie releases are documented in this file

- *(cff)* enforce valid urls as doi (#108)- spelling mistake in run as library docs (#113)


### Documentation
- update gimie API examples (#105)
- add CFF file (#111)


### Features

- *(parser)* extract authors from CFF files (#115)- add parsers support (#97)
- cff to doi parser (#107)


## [0.6.0] - 2023-10-19

### Bug Fixes
Expand All @@ -33,33 +40,36 @@ Notable changes introduced in gimie releases are documented in this file
- *(github)* replace superseded schema:isBasedOnUrl property (#80)- incorrect mapping for schema:codeRepository (#64)
- *(license)* NOASSERTION should not return triples. (#66)


### Features

- *(conventional-PRs)* all PRs will need to follow conventional format
- *(conventional-PRs)* all PRs will need to follow conventional format
- *(github.py)* Get "forked from" property of a repository (#79)
- *(io)* file-like interface to remote resources (#70)- license matcher for git extractor (#78)


## [0.5.1] - 2023-07-10

### Bug Fixes

- incorrect mapping for schema:codeRepository (#64)


## [0.5.0] - 2023-07-04

### Bug Fixes

- *(gitlab)* extraction of author on user-owned projects (#57)

### Documentation
- add docs website (#58)

- add docs website (#58)

### Features

- *(gitlab)* support private instances (#62)


## [0.4.0] - 2023-06-09

### Bug Fixes
Expand All @@ -71,7 +81,6 @@ Notable changes introduced in gimie releases are documented in this file
- *(gitlab)* extraction of author on user-owned projects (#57)- gitlab download url
- prevent license finder from picking up docs files


### Documentation

- *(api)* reduce autodoc ToC depth
Expand Down Expand Up @@ -100,7 +109,6 @@ Notable changes introduced in gimie releases are documented in this file
- add docs website (#58)
- update readme and add docs badge


### Features

- *(gitlab)* fallback to rest api if author missing from graphql. make type hints py38 compat.
Expand All @@ -109,10 +117,10 @@ Notable changes introduced in gimie releases are documented in this file
- disallow local paths (#46)



## [0.3.0] - 2023-02-24

### Bug Fixes

- exclude hidden files from license search
- correctly handle one or multiple license paths
- temporarily disable scancode (#19)
Expand All @@ -124,8 +132,8 @@ Notable changes introduced in gimie releases are documented in this file
- rename container-publish.yml into docker-publish.yml
- 'building docker image' instead of 'building docker container'


### Documentation

- define initial contributing guidelines
- add usage examples in README
- update copyright notice in license
Expand All @@ -141,7 +149,6 @@ Notable changes introduced in gimie releases are documented in this file
- add image annotations to dockerfile
- add docker instructions in readme


### Features

- *(cli)* add CLI skeleton (#9)- initial project definition with pyproject.toml
Expand Down

0 comments on commit 2396e83

Please sign in to comment.