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

Commit

Permalink
Release 0.1.4 (#50)
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
tatiana authored Jun 16, 2023
1 parent 8cd08c8 commit 02be345
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Changelog
=========

0.1.4 (23-06-16)
----------------

Bug fixes

* Fix repairing tasks declared in inner task groups (PR `#49 <https://github.com/astronomer/astro-provider-databricks/pull/49>`_ by @tatiana)
* 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)


Enhancements

* 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)


0.1.3 (23-04-27)
----------------

Expand Down
2 changes: 1 addition & 1 deletion src/astro_databricks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
from astro_databricks.operators.notebook import DatabricksNotebookOperator
from astro_databricks.operators.workflow import DatabricksWorkflowTaskGroup

__version__ = "0.1.3a2"
__version__ = "0.1.4"
__all__ = ["DatabricksNotebookOperator", "DatabricksWorkflowTaskGroup"]

0 comments on commit 02be345

Please sign in to comment.