Skip to content

Commit

Permalink
Merge pull request #14 from Broomva/release-please--branches--main--c…
Browse files Browse the repository at this point in the history
…omponents--release-please-action

chore(main): release 0.2.0
  • Loading branch information
broomva authored Jun 27, 2023
2 parents f3a9f22 + 327d8ac commit a03a944
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.2.0](https://github.com/Broomva/databricks_session/compare/v0.1.11...v0.2.0) (2023-06-27)


### Features

* **databricks_session:** add support for databricks sql endpoint ([f3a9f22](https://github.com/Broomva/databricks_session/commit/f3a9f2267a6c2925aa9b8b9d849ef51a1ec8e407))


### Bug Fixes

* **poetry:** added poetry dependencies management ([878c8d5](https://github.com/Broomva/databricks_session/commit/878c8d53e4a3a8a07fe5d329e55d8efa04fdff2a))

## [0.1.11](https://github.com/Broomva/databricks_session/compare/v0.1.10...v0.1.11) (2023-06-27)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "databricks-session"
version = "0.1.11"
version = "0.2.0"
description = "A simple util to get a spark and mlflow session objects from an .env file"
authors = ["Carlos Escobar <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.11"
__version__ = "0.2.0"

0 comments on commit a03a944

Please sign in to comment.