From 54def2c13e38bf06c2d4f1822f10564355903d02 Mon Sep 17 00:00:00 2001 From: JeanMachado Date: Wed, 13 Nov 2024 15:38:30 +0100 Subject: [PATCH] improve changelog --- CHANGELOG.md | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e08b166..d9685ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog db-rocket +## Version 3.0.3 +- Add warning when DATABRICKS_TOKEN is set rather than failing when its not set. The bulk of our use-cases rely on the token being set via databricks configure command. The token via environment variable is only used for CI and we should treat as an edge case. + ## Version 3.0.2 - Add databricks cli configuration check diff --git a/setup.py b/setup.py index bb1721b..c877745 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setuptools.setup( name="databricks-rocket", - version="3.0.2", + version="3.0.3", author="GetYourGuide", author_email="engineering.data-products@getyourguide.com", description="Keep your local python scripts installed and in sync with a databricks notebook. Shortens the feedback loop to develop projects using a hybrid enviroment",