Release 0.5.1 (#904)

This commit is contained in:
Jonatan Kłosko 2022-01-20 11:44:58 +01:00 committed by GitHub
parent 5411035937
commit 2ee3efcbd4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 1 deletions

View file

@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [v0.5.1](https://github.com/livebook-dev/livebook/tree/v0.5.1) (2022-01-20)
## Changed
- Changed the file system root path to $HOME in the desktop app [#887](https://github.com/livebook-dev/livebook/pull/887)
### Fixed
- Loading JavaScript widgets when running behind a domain ([#902](https://github.com/livebook-dev/livebook/pull/902))
## [v0.5.0](https://github.com/livebook-dev/livebook/tree/v0.5.0) (2022-01-19)
This release comes with a number of exciting features, in particular it adds

View file

@ -1,7 +1,7 @@
defmodule Livebook.MixProject do
use Mix.Project
@version "0.5.0"
@version "0.5.1"
@description "Interactive and collaborative code notebooks - made with Phoenix LiveView"
def project do