mirror of
https://github.com/livebook-dev/livebook.git
synced 2024-12-25 08:51:58 +08:00
Release 0.6.3 (#1272)
This commit is contained in:
parent
8ba302a9b4
commit
5a3f5ff4b6
2 changed files with 9 additions and 1 deletions
|
@ -4,6 +4,14 @@ 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.6.3](https://github.com/livebook-dev/livebook/tree/v0.6.3) (2022-07-13)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Crashes when editing user profile on the homepage ([#1268](https://github.com/livebook-dev/livebook/pull/1268))
|
||||
- Input change to be reflected immediately when clicking a button ([#1269](https://github.com/livebook-dev/livebook/pull/1269))
|
||||
- JS outputs and smart cells when waking up from hibernation ([#1270](https://github.com/livebook-dev/livebook/pull/1270))
|
||||
|
||||
## [v0.6.2](https://github.com/livebook-dev/livebook/tree/v0.6.2) (2022-06-30)
|
||||
|
||||
### Added
|
||||
|
|
2
mix.exs
2
mix.exs
|
@ -2,7 +2,7 @@ defmodule Livebook.MixProject do
|
|||
use Mix.Project
|
||||
|
||||
@elixir_requirement "~> 1.13"
|
||||
@version "0.6.2"
|
||||
@version "0.6.3"
|
||||
@description "Interactive and collaborative code notebooks - made with Phoenix LiveView"
|
||||
|
||||
@app_elixir_version "1.13.4"
|
||||
|
|
Loading…
Reference in a new issue