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

Commit 3e1ca03

Browse files
authored
Release 0.2.2 (#77)
1 parent e9f2d38 commit 3e1ca03

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.rst

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

4+
0.2.2 (16-04-24)
5+
----------------
6+
7+
Bug fixes
8+
9+
* Prevent creation of duplicate jobs in Databricks (PR `#76 <https://github.com/astronomer/astro-provider-databricks/pull/76>`_ by @Hang1225)
10+
11+
412
0.2.1 (03-04-24)
513
----------------
614

src/astro_databricks/__init__.py

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

6-
__version__ = "0.2.1"
6+
__version__ = "0.2.2"
77
__all__ = [
88
"DatabricksNotebookOperator",
99
"DatabricksWorkflowTaskGroup",

0 commit comments

Comments
 (0)