Skip to content

Commit

Permalink
Release v0.2.5 (#44)
Browse files Browse the repository at this point in the history
* Automatically enable workspace filesystem if the feature is disabled
([#42](#42)).
  • Loading branch information
nfx authored Feb 13, 2024
1 parent e6a08fb commit c7e47ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Version changelog

## 0.2.5

* Automatically enable workspace filesystem if the feature is disabled ([#42](https://github.com/databrickslabs/blueprint/pull/42)).


## 0.2.4

* Added more integration tests for `Installation` ([#39](https://github.com/databrickslabs/blueprint/pull/39)).
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.4"
__version__ = "0.2.5"

0 comments on commit c7e47ab

Please sign in to comment.