Skip to content

Commit

Permalink
Release v0.2.4 (#40)
Browse files Browse the repository at this point in the history
* Added more integration tests for `Installation`
([#39](#39)).
* Fixed `yaml` optional import error
([#38](#38)).
  • Loading branch information
nfx authored Feb 1, 2024
1 parent f1c6534 commit 655fff6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Version changelog

## 0.2.4

* Added more integration tests for `Installation` ([#39](https://github.com/databrickslabs/blueprint/pull/39)).
* Fixed `yaml` optional import error ([#38](https://github.com/databrickslabs/blueprint/pull/38)).


## 0.2.3

* Added special handling for notebooks in `Installation.upload(...)` ([#36](https://github.com/databrickslabs/blueprint/pull/36)).
Expand Down
2 changes: 1 addition & 1 deletion src/databricks/labs/blueprint/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.3"
__version__ = "0.2.4"

0 comments on commit 655fff6

Please sign in to comment.