File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
6
6
7
+ ## [ v0.6.3] ( https://github.com/livebook-dev/livebook/tree/v0.6.3 ) (2022-07-13)
8
+
9
+ ### Fixed
10
+
11
+ - Crashes when editing user profile on the homepage ([ #1268 ] ( https://github.com/livebook-dev/livebook/pull/1268 ) )
12
+ - Input change to be reflected immediately when clicking a button ([ #1269 ] ( https://github.com/livebook-dev/livebook/pull/1269 ) )
13
+ - JS outputs and smart cells when waking up from hibernation ([ #1270 ] ( https://github.com/livebook-dev/livebook/pull/1270 ) )
14
+
7
15
## [ v0.6.2] ( https://github.com/livebook-dev/livebook/tree/v0.6.2 ) (2022-06-30)
8
16
9
17
### Added
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule Livebook.MixProject do
2
2
use Mix.Project
3
3
4
4
@ elixir_requirement "~> 1.13"
5
- @ version "0.6.2 "
5
+ @ version "0.6.3 "
6
6
@ description "Interactive and collaborative code notebooks - made with Phoenix LiveView"
7
7
8
8
@ app_elixir_version "1.13.4"
You can’t perform that action at this time.
0 commit comments