Skip to content

Commit

Permalink
Fix CHANGELOG (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
pietern authored Jun 1, 2022
1 parent 41acf0a commit cd32160
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,29 +10,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased] - YYYY-MM-DD

- Support including jinja templates from subpaths of the current working directory
- Refactor the configuration code
- Refactor the JSON-related code
- Add `--path` and `--checkout` options to the `dbx init`
- Change the format of the `python_basic` to use pytest
- Add `sync repo` and `sync dbfs` commands for syncing local files to Databricks and watching for changes.
----
> 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.4.3] - 2022-05-15
## [0.5.0] - 2022-06-01

### Added

- YAML Example for deploying multi task python job
- YAML Example for deploying multi task scala job
- Support including jinja templates from subpaths of the current working directory
- Add `--path` and `--checkout` options to the `dbx init`
- Change the format of the `python_basic` to use pytest
- Add `sync repo` and `sync dbfs` commands for syncing local files to Databricks and watching for changes.

## [0.4.2] - 2022-05-11

### Added
### Changed

- YAML Example for deploying multi task python job
- Refactor the configuration code
- Refactor the JSON-related code

## [0.4.1] - 2022-03-01

Expand Down

0 comments on commit cd32160

Please sign in to comment.