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

Commit 949b410

Browse files
committed
Release 0.3.0rc1
1 parent a4bd3f7 commit 949b410

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.3.0rc1 (06-08-24)
5+
-------------------
6+
7+
Deprecations
8+
9+
* Deprecate the provider and proxy instantiations to upstream official Apache Airflow Databricks provider (PR `#84 <https://github.com/astronomer/astro-provider-databricks/pull/84>`_ by @pankajkoti)
10+
11+
412
0.2.2 (16-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.3.0"
6+
__version__ = "0.3.0rc1"
77
__all__ = [
88
"DatabricksNotebookOperator",
99
"DatabricksWorkflowTaskGroup",

0 commit comments

Comments
 (0)