Skip to content

Commit 0edb400

Browse files
authored
build(airflow): Release 0.10.0 (#1097)
1 parent 98d60b6 commit 0edb400

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

kedro-airflow/RELEASE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Upcoming Release
2+
3+
# Release 0.10.0
24
* Fixed check whether a dataset is a `MemoryDataset`.
35
* Added the option to group nodes by namespace.
46
* The CLI option `--group-in-memory` was altered to `--group-by`, which can receive the values `memory` or `namespace`. Functionality for grouping by memory was not altered.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Kedro plugin for running a project with Airflow."""
22

3-
__version__ = "0.9.2"
3+
__version__ = "0.10.0"

0 commit comments

Comments
 (0)