Skip to content

Commit

Permalink
build(airflow): Release 0.9.0 (#698)
Browse files Browse the repository at this point in the history
Bump version

Signed-off-by: Sajid Alam <sajid_alam@mckinsey.com>
  • Loading branch information
SajidAlamQB authored May 28, 2024
1 parent 8b71dc0 commit 58ef629
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions kedro-airflow/RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Upcoming Release

# Release 0.9.0
* Sort DAGs to make sure `kedro airflow create` is deterministic.
* Option to group MemoryDatasets in the same Airflow task (breaking change for custom template via `--jinja-file`).
* Include the environment name in the DAG file name when different from the default.
Expand Down
2 changes: 1 addition & 1 deletion kedro-airflow/kedro_airflow/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Kedro plugin for running a project with Airflow."""

__version__ = "0.8.0"
__version__ = "0.9.0"

0 comments on commit 58ef629

Please sign in to comment.