Skip to content

Commit

Permalink
Release 0.5.1 (#904)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanklosko authored Jan 20, 2022
1 parent 5411035 commit 2ee3efc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 2ee3efc

Please sign in to comment.