Skip to content

Commit

Permalink
Release 0.1.0 (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-berchet authored Nov 28, 2022
1 parent 3e529bb commit beb4363
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .auto-changelog-template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@ Example Definitions
- {{#if commit.breaking}}**Breaking change:** {{/if}}{{commit.subject}}{{#each fixes}} ({{author}}{{#if href}} - [#{{id}}]({{href}}){{/if}}){{/each}}
{{/each}}

{{! List commits with 'breaking:' or 'Breaking change:' anywhere in the message under a heading}}
{{! List merge commits with 'breaking:' or 'Breaking change:' anywhere in the message under a heading}}
{{#commit-list merges heading='### Breaking Changes :warning:' message='[bB]reaking [cC]hange:|[bB]reaking:' exclude='\[skip-changelog\]'}}
- {{message}} @{{author}} <!--[`#{{id}}`]({{href}}) -->
{{/commit-list}}

{{! List commits organised under a heading, but not those already listed in the breaking section }}
{{! List merge commits organised under a heading, but not those already listed in the breaking section }}
{{#commit-list merges heading='### New Features' message='^[fF]eat:|[fF]eat\(' exclude='[bB]reaking [cC]hange:|[bB]reaking:|\[skip-changelog\]'}}
- {{message}} ({{author}}{{#if href}} - [#{{id}}]({{href}}){{/if}})
{{/commit-list}}
Expand Down
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# Changelog

## [0.1.0](https://github.com/BlueBrain/luigi-tools/compare/0.0.19..0.1.0)

> 28 November 2022
### New Features

- Add support for Python 3.11 (Adrien Berchet - [#56](https://github.com/BlueBrain/luigi-tools/pull/56))

### Chores And Housekeeping

- Deprecate Python 3.6 (Adrien Berchet - [#54](https://github.com/BlueBrain/luigi-tools/pull/54))

### Documentation Changes

- Fix pydocstyle paths and fix docstrings accordingly (Adrien Berchet - [#50](https://github.com/BlueBrain/luigi-tools/pull/50))
- Fix requirements for doc generation (Adrien Berchet - [#42](https://github.com/BlueBrain/luigi-tools/pull/42))

### Tidying of Code eg Whitespace

- Fix changelog generation (Adrien Berchet - [#43](https://github.com/BlueBrain/luigi-tools/pull/43))

### CI Improvements

- Apply Copier template (Adrien Berchet - [#55](https://github.com/BlueBrain/luigi-tools/pull/55))
- Apply Copier template (Adrien Berchet - [#48](https://github.com/BlueBrain/luigi-tools/pull/48))
- Export pytest and coverage reports (Adrien Berchet - [#45](https://github.com/BlueBrain/luigi-tools/pull/45))
- Use commitlint to check PR titles (Adrien Berchet - [#40](https://github.com/BlueBrain/luigi-tools/pull/40))

### Uncategorized Changes

- Add DataclassParameter (Eleftherios Zisis - [#53](https://github.com/BlueBrain/luigi-tools/pull/53))

## [0.0.19](https://github.com/BlueBrain/luigi-tools/compare/0.0.18..0.0.19)

> 29 June 2022
Expand Down

0 comments on commit beb4363

Please sign in to comment.