Skip to content
This repository was archived by the owner on Sep 4, 2024. It is now read-only.

Commit 02be345

Browse files
authored
Release 0.1.4 (#50)
Bug fixes * Fix repairing tasks declared in inner task groups (#49 by @tatiana) * Fix copying dependencies from task groups to tasks inside intermediate task groups (#47 by @tatiana) Enhancements * Documentation improvements (#43 and `#44 by @jlaneve)
1 parent 8cd08c8 commit 02be345

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
Changelog
22
=========
33

4+
0.1.4 (23-06-16)
5+
----------------
6+
7+
Bug fixes
8+
9+
* Fix repairing tasks declared in inner task groups (PR `#49 <https://github.com/astronomer/astro-provider-databricks/pull/49>`_ by @tatiana)
10+
* Fix copying dependencies from task groups to tasks inside intermediate task groups (PR `#47 <https://github.com/astronomer/astro-provider-databricks/pull/47>`_ by @tatiana)
11+
12+
13+
Enhancements
14+
15+
* Documentation improvements (PRs `#43 <https://github.com/astronomer/astro-provider-databricks/pull/43>`_ and `#44 <https://github.com/astronomer/astro-provider-databricks/pull/44>`_ by @jlaneve)
16+
17+
418
0.1.3 (23-04-27)
519
----------------
620

src/astro_databricks/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
from astro_databricks.operators.notebook import DatabricksNotebookOperator
33
from astro_databricks.operators.workflow import DatabricksWorkflowTaskGroup
44

5-
__version__ = "0.1.3a2"
5+
__version__ = "0.1.4"
66
__all__ = ["DatabricksNotebookOperator", "DatabricksWorkflowTaskGroup"]

0 commit comments

Comments
 (0)