Skip to content

Commit

Permalink
[CHORE] prepare 0.6.11 (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
renardeinside authored Aug 9, 2022
1 parent ad5a0cc commit f3fc016
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
19 changes: 13 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion dbx/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.6.10"
__version__ = "0.6.11"

0 comments on commit f3fc016

Please sign in to comment.