From f3fc016f944a2a23f2f6bc960c6147ecd60ec12b Mon Sep 17 00:00:00 2001 From: Ivan Trusov Date: Tue, 9 Aug 2022 17:57:13 +0200 Subject: [PATCH] [CHORE] prepare 0.6.11 (#375) --- CHANGELOG.md | 19 +++++++++++++------ dbx/__init__.py | 2 +- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee1155bf..c0a6b815 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [Please read through the Keep a Changelog (~5min)](https://keepachangelog.com/en/1.0.0/). + +---- +> Unreleased changes must be tracked above this line. +> When releasing, Copy the changelog to below this line, with proper version and date. +> And empty the **[Unreleased]** section above. +---- + +## [0.6.11] - 2022-08-09 + +## Fixed +- Callback issue in `--jinja-variables-file` for `dbx deploy` + + ## [0.6.10] - 2022-08-04 ## Added @@ -18,12 +31,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Error in case when `environment` is not provided in the project file - Path usage when `--upload-via-context` on win platform ----- -> Unreleased changes must be tracked above this line. -> When releasing, Copy the changelog to below this line, with proper version and date. -> And empty the **[Unreleased]** section above. ----- - ## [0.6.9] - 2022-08-03 ## Added diff --git a/dbx/__init__.py b/dbx/__init__.py index 54149df1..33c23c3b 100644 --- a/dbx/__init__.py +++ b/dbx/__init__.py @@ -1 +1 @@ -__version__ = "0.6.10" +__version__ = "0.6.11"