Skip to content

Commit 68e0a21

Browse files
Release: 0.2.1 (#70)
1 parent 3f98653 commit 68e0a21

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
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.1.1"
11+
"startingVersion": "0.2.0"
1212
}

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.2.1](https://github.com/BlueBrain/luigi-tools/compare/0.2.0..0.2.1)
4+
5+
> 13 January 2023
6+
7+
### New Features
8+
9+
- Can pass a JSON schema to ListParameter (Adrien Berchet - [#69](https://github.com/BlueBrain/luigi-tools/pull/69))
10+
311
## [0.2.0](https://github.com/BlueBrain/luigi-tools/compare/0.1.1..0.2.0)
412

513
> 12 January 2023
@@ -12,6 +20,8 @@
1220

1321
- Reload config from LUIGI_CONFIG_PATH after the template and luigi.cfg (Adrien Berchet - [#65](https://github.com/BlueBrain/luigi-tools/pull/65))
1422

23+
<!-- auto-changelog-above -->
24+
1525
## [0.1.1](https://github.com/BlueBrain/luigi-tools/compare/0.1.0..0.1.1)
1626

1727
> 6 December 2022
@@ -26,8 +36,6 @@
2636

2737
- Dataclass issue with optional dataclass attributes (Eleftherios Zisis - [#60](https://github.com/BlueBrain/luigi-tools/pull/60))
2838

29-
<!-- auto-changelog-above -->
30-
3139
## [0.1.0](https://github.com/BlueBrain/luigi-tools/compare/0.0.19..0.1.0)
3240

3341
> 28 November 2022

0 commit comments

Comments
 (0)