Skip to content

Commit

Permalink
Release v0.2.0 (#31)
Browse files Browse the repository at this point in the history
* Added common installation state primitives with strong typing
([#27](#27)).
* Added documentation for Invoking Databricks Connect
([#28](#28)).
* Added more documentation for Databricks CLI command router
([#30](#30)).
* Enforced `pylint` standards
([#29](#29)).
  • Loading branch information
nfx authored Jan 29, 2024
1 parent 87e44ae commit 2f8d21a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Version changelog

## 0.2.0

* Added common install state primitives with strong typing ([#27](https://github.com/databrickslabs/blueprint/pull/27)).
* Added documentation for Invoking Databricks Connect ([#28](https://github.com/databrickslabs/blueprint/pull/28)).
* Added more documentation for Databricks CLI command router ([#30](https://github.com/databrickslabs/blueprint/pull/30)).
* Enforced `pylint` standards ([#29](https://github.com/databrickslabs/blueprint/pull/29)).


## 0.1.0

* Changed python requirement from 3.10.6 to 3.10 ([#25](https://github.com/databrickslabs/blueprint/pull/25)).
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.1.0"
__version__ = "0.2.0"

0 comments on commit 2f8d21a

Please sign in to comment.