mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-01-31 03:07:53 +08:00
Release 0.5.1 (#904)
This commit is contained in:
parent
5411035937
commit
2ee3efcbd4
2 changed files with 11 additions and 1 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -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
|
||||
|
|
2
mix.exs
2
mix.exs
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue