Skip to content

Commit e61fbe2

Browse files
Release 0.6.0 (#27)
1 parent e480f8d commit e61fbe2

File tree

2 files changed

+23
-16
lines changed

2 files changed

+23
-16
lines changed

.auto-changelog-template.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
{{/if}}
1515

1616
{{#each merges}}
17-
- {{#if commit.breaking}}**Breaking change:** {{/if}}{{message}}{{#if href}} [#{{id}}]({{href}}){{/if}}
17+
- {{#if commit.breaking}}**Breaking change:** {{/if}}{{message}} ({{author}}{{#if href}} - [#{{id}}]({{href}}){{/if}})
1818
{{/each}}
1919
{{#each fixes}}
2020
- {{#if commit.breaking}}**Breaking change:** {{/if}}{{commit.subject}}{{#each fixes}} ({{author}}{{#if href}} - [#{{id}}]({{href}}){{/if}}){{/each}}

CHANGELOG.md

Lines changed: 22 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,61 @@
11
# Changelog
22

3+
## [0.6.0](https://github.com/BlueBrain/data-validation-framework/compare/0.5.1..0.6.0)
4+
5+
> 29 June 2022
6+
7+
- Use features from luigi >= 3.1 instead of luigi-tools (Adrien Berchet - [#26](https://github.com/BlueBrain/data-validation-framework/pull/26))
8+
- Build and publish wheels (Adrien Berchet - [#24](https://github.com/BlueBrain/data-validation-framework/pull/24))
9+
310
## [0.5.1](https://github.com/BlueBrain/data-validation-framework/compare/0.5.0..0.5.1)
411

512
> 3 June 2022
613
7-
- Fix link to documentation [#22](https://github.com/BlueBrain/data-validation-framework/pull/22)
14+
- Fix link to documentation (Adrien Berchet - [#22](https://github.com/BlueBrain/data-validation-framework/pull/22))
815

916
## [0.5.0](https://github.com/BlueBrain/data-validation-framework/compare/0.4.0..0.5.0)
1017

1118
> 3 June 2022
1219
13-
- Use CheckUnconsumedParamsMixin in BaseValidationTask [#20](https://github.com/BlueBrain/data-validation-framework/pull/20)
14-
- Updating copyright year [#18](https://github.com/BlueBrain/data-validation-framework/pull/18)
15-
- CI: Bump black [#19](https://github.com/BlueBrain/data-validation-framework/pull/19)
20+
- Use CheckUnconsumedParamsMixin in BaseValidationTask (Adrien Berchet - [#20](https://github.com/BlueBrain/data-validation-framework/pull/20))
21+
- Updating copyright year (bbpgithubaudit - [#18](https://github.com/BlueBrain/data-validation-framework/pull/18))
22+
- CI: Bump black (Adrien Berchet - [#19](https://github.com/BlueBrain/data-validation-framework/pull/19))
1623

1724
## [0.4.0](https://github.com/BlueBrain/data-validation-framework/compare/0.3.0..0.4.0)
1825

1926
> 18 March 2022
2027
21-
- Fix target prefix and do not set default prefix any more [#16](https://github.com/BlueBrain/data-validation-framework/pull/16)
22-
- Upload artifacts of test jobs for debugging purpose [#15](https://github.com/BlueBrain/data-validation-framework/pull/15)
23-
- Add codespell in lint [#14](https://github.com/BlueBrain/data-validation-framework/pull/14)
24-
- Fix TagResultOutputMixin [#13](https://github.com/BlueBrain/data-validation-framework/pull/13)
25-
- Fix CI for rst2pdf>=0.99 [#12](https://github.com/BlueBrain/data-validation-framework/pull/12)
28+
- Fix target prefix and do not set default prefix any more (Adrien Berchet - [#16](https://github.com/BlueBrain/data-validation-framework/pull/16))
29+
- Upload artifacts of test jobs for debugging purpose (Adrien Berchet - [#15](https://github.com/BlueBrain/data-validation-framework/pull/15))
30+
- Add codespell in lint (Adrien Berchet - [#14](https://github.com/BlueBrain/data-validation-framework/pull/14))
31+
- Fix TagResultOutputMixin (Adrien Berchet - [#13](https://github.com/BlueBrain/data-validation-framework/pull/13))
32+
- Fix CI for rst2pdf>=0.99 (Adrien Berchet - [#12](https://github.com/BlueBrain/data-validation-framework/pull/12))
2633

2734
## [0.3.0](https://github.com/BlueBrain/data-validation-framework/compare/0.2.0..0.3.0)
2835

2936
> 12 January 2022
3037
31-
- New mechanism for inputs [#10](https://github.com/BlueBrain/data-validation-framework/pull/10)
38+
- New mechanism for inputs (Adrien Berchet - [#10](https://github.com/BlueBrain/data-validation-framework/pull/10))
3239

3340
## [0.2.0](https://github.com/BlueBrain/data-validation-framework/compare/0.1.1..0.2.0)
3441

3542
> 20 December 2021
3643
37-
- Add a mixin to make the task skippable [#7](https://github.com/BlueBrain/data-validation-framework/pull/7)
38-
- Setup Codecov [#6](https://github.com/BlueBrain/data-validation-framework/pull/6)
44+
- Add a mixin to make the task skippable (Adrien Berchet - [#7](https://github.com/BlueBrain/data-validation-framework/pull/7))
45+
- Setup Codecov (Adrien Berchet - [#6](https://github.com/BlueBrain/data-validation-framework/pull/6))
3946

4047
## [0.1.1](https://github.com/BlueBrain/data-validation-framework/compare/0.1.0..0.1.1)
4148

4249
> 15 December 2021
4350
44-
- Fix typos in README [#4](https://github.com/BlueBrain/data-validation-framework/pull/4)
51+
- Fix typos in README (Adrien Berchet - [#4](https://github.com/BlueBrain/data-validation-framework/pull/4))
4552

4653
## [0.1.0](https://github.com/BlueBrain/data-validation-framework/compare/0.0.9..0.1.0)
4754

4855
> 15 December 2021
4956
50-
- Link fixed in README.md [#2](https://github.com/BlueBrain/data-validation-framework/pull/2)
51-
- Change license and open the sources [#1](https://github.com/BlueBrain/data-validation-framework/pull/1)
57+
- Link fixed in README.md (alex4200 - [#2](https://github.com/BlueBrain/data-validation-framework/pull/2))
58+
- Change license and open the sources (Adrien Berchet - [#1](https://github.com/BlueBrain/data-validation-framework/pull/1))
5259
- Add contribution doc (Adrien Berchet - [ebfe669](https://github.com/BlueBrain/data-validation-framework/commit/ebfe6698ae270e0873ddde8d1e0157a02cc50f2e))
5360
- Drop support of Python 3.6 and 3.7 (Adrien Berchet - [5bef8b0](https://github.com/BlueBrain/data-validation-framework/commit/5bef8b00cacb4e1c4210e8444fde3ef5ea95b7be))
5461
- Fix auto-changelog (Adrien Berchet - [5529558](https://github.com/BlueBrain/data-validation-framework/commit/55295589e374b9ef76730905704593c4ffefe68b))

0 commit comments

Comments
 (0)