Skip to content

Commit ac9021d

Browse files
Release 0.1.1 (#63)
1 parent 33f2db1 commit ac9021d

File tree

2 files changed

+26
-16
lines changed

2 files changed

+26
-16
lines changed

.auto-changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"issueUrl": "https://github.com/BlueBrain/luigi-tools/issues/{id}",
99
"mergeUrl": "https://github.com/BlueBrain/luigi-tools/pull/{id}",
1010
"compareUrl": "https://github.com/BlueBrain/luigi-tools/compare/{from}..{to}",
11-
"startingVersion": "0.0.17"
11+
"startingVersion": "0.1.1"
1212
}

CHANGELOG.md

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

3+
## [0.1.1](https://github.com/BlueBrain/luigi-tools/compare/0.1.0..0.1.1)
4+
5+
> 6 December 2022
6+
7+
### CI Improvements
8+
9+
- Add cache for APT, precommit and tox environments (Adrien Berchet - [#62](https://github.com/BlueBrain/luigi-tools/pull/62))
10+
- Setup CodeQL (Adrien Berchet - [#59](https://github.com/BlueBrain/luigi-tools/pull/59))
11+
- Setup Dependabot (Adrien Berchet - [#58](https://github.com/BlueBrain/luigi-tools/pull/58))
12+
13+
### Fixes
14+
15+
- Dataclass issue with optional dataclass attributes (Eleftherios Zisis - [#60](https://github.com/BlueBrain/luigi-tools/pull/60))
16+
17+
<!-- auto-changelog-above -->
18+
319
## [0.1.0](https://github.com/BlueBrain/luigi-tools/compare/0.0.19..0.1.0)
420

521
> 28 November 2022
622
723
### New Features
824

925
- Add support for Python 3.11 (Adrien Berchet - [#56](https://github.com/BlueBrain/luigi-tools/pull/56))
26+
- Add DataclassParameter (Eleftherios Zisis - [#53](https://github.com/BlueBrain/luigi-tools/pull/53))
1027

1128
### Chores And Housekeeping
1229

@@ -16,29 +33,24 @@
1633

1734
- Fix pydocstyle paths and fix docstrings accordingly (Adrien Berchet - [#50](https://github.com/BlueBrain/luigi-tools/pull/50))
1835
- Fix requirements for doc generation (Adrien Berchet - [#42](https://github.com/BlueBrain/luigi-tools/pull/42))
19-
20-
### Tidying of Code eg Whitespace
21-
2236
- Fix changelog generation (Adrien Berchet - [#43](https://github.com/BlueBrain/luigi-tools/pull/43))
2337

2438
### CI Improvements
2539

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

31-
### Uncategorized Changes
32-
33-
- Add DataclassParameter (Eleftherios Zisis - [#53](https://github.com/BlueBrain/luigi-tools/pull/53))
34-
3544
## [0.0.19](https://github.com/BlueBrain/luigi-tools/compare/0.0.18..0.0.19)
3645

3746
> 29 June 2022
3847
39-
### Uncategorized Changes
48+
### New Features
4049

4150
- Support orphan nodes in dependency graphs (Adrien Berchet - [#37](https://github.com/BlueBrain/luigi-tools/pull/37))
51+
52+
### Chores And Housekeeping
53+
4254
- Remove deprecated features that were introduced in `luigi == 3.1.0` (Adrien Berchet - [#35](https://github.com/BlueBrain/luigi-tools/pull/35))
4355

4456
## [0.0.18](https://github.com/BlueBrain/luigi-tools/compare/0.0.17..0.0.18)
@@ -49,9 +61,6 @@
4961

5062
- Move black, codespell, isort, pycodestyle and pydocstyle from tox to pre-commit (Adrien Berchet - [#27](https://github.com/BlueBrain/luigi-tools/pull/27))
5163
- Setup pre-commit and commitlint (Adrien Berchet - [#26](https://github.com/BlueBrain/luigi-tools/pull/26))
52-
53-
### Uncategorized Changes
54-
5564
- Add isort and codespell in lint and rework tox jobs (Adrien Berchet - [#25](https://github.com/BlueBrain/luigi-tools/pull/25))
5665

5766
### New Features
@@ -62,12 +71,13 @@
6271

6372
> 17 March 2022
6473
65-
### Uncategorized Changes
74+
### New Features
6675

6776
- Improve the behavior of prefixes in targets and add custom str representations to them (Adrien Berchet - [#23](https://github.com/BlueBrain/luigi-tools/pull/23))
68-
- Fix typo (Adrien Berchet - [#22](https://github.com/BlueBrain/luigi-tools/pull/22))
6977

70-
<!-- auto-changelog-above -->
78+
### Chores And Housekeeping
79+
80+
- Fix typo (Adrien Berchet - [#22](https://github.com/BlueBrain/luigi-tools/pull/22))
7181

7282
## [0.0.16](https://github.com/BlueBrain/luigi-tools/compare/0.0.15..0.0.16)
7383

0 commit comments

Comments
 (0)