Skip to content

Commit

Permalink
🔖 prepare 0.8.0 release (#540)
Browse files Browse the repository at this point in the history
* prepare release

* fix minor repr issues
  • Loading branch information
renardeinside authored Nov 2, 2022
1 parent b0f483f commit 5bab0e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

[Please read through the Keep a Changelog (~5min)](https://keepachangelog.com/en/1.0.0/).

## [UNRELEASED] - YYYY-MM-DD
## [0.8.0] - 2022-11-02

### Changed

Expand Down
2 changes: 1 addition & 1 deletion dbx/callbacks.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def deployment_file_callback(_, value: Optional[str]) -> Path:
def version_callback(value: bool):
if value:
dbx_echo(
f":brick:[red]Databricks[/red] e[red]X[/red]tensions aka [red]dbx[/red], "
f":brick: [red]Databricks[/red] e[red]X[/red]tensions aka [red]dbx[/red], "
f"version ~> [green]{__version__}[/green]"
)
raise typer.Exit()
Expand Down
2 changes: 1 addition & 1 deletion dbx/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
app.callback(
name="dbx",
help="""
🧱Databricks eXtensions aka dbx. Please find the main docs page [here](https://dbx.readthedocs.io/).
🧱 Databricks eXtensions aka dbx. Please find the main docs page [here](https://dbx.readthedocs.io/).
""",
)(version_entrypoint)

Expand Down

0 comments on commit 5bab0e4

Please sign in to comment.