Skip to content

Commit

Permalink
bump: version 0.6.5 → 0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 28, 2024
1 parent 5a24a9d commit ba07994
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.6.6 (2024-11-28)

### Fix

- it's var not vars
- add support for vars

### Refactor

- improve run command

## 0.6.5 (2024-11-24)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "kedro-databricks"
version = "0.6.5"
version = "0.6.6"
description = "A plugin to run Kedro pipelines on Databricks."
authors = [{ name = "Jens Peder Meldgaard", email = "[email protected]" }]
dependencies = [
Expand Down

0 comments on commit ba07994

Please sign in to comment.