mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-05 19:25:28 +08:00
Release 0.6.1 (#1175)
This commit is contained in:
parent
cfcd1cdc19
commit
c1a4c8c045
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.6.1](https://github.com/livebook-dev/livebook/tree/v0.6.1) (2022-05-06)
|
||||
|
||||
### Changed
|
||||
|
||||
- Stopped ignoring mouse events on crash ([#1168](https://github.com/livebook-dev/livebook/pull/1168))
|
||||
|
||||
### Fixed
|
||||
|
||||
- Added iframes to the Hex archive ([#1174](https://github.com/livebook-dev/livebook/pull/1174))
|
||||
|
||||
## [v0.6.0](https://github.com/livebook-dev/livebook/tree/v0.6.0) (2022-05-03)
|
||||
|
||||
### 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.0"
|
||||
@version "0.6.1"
|
||||
@description "Interactive and collaborative code notebooks - made with Phoenix LiveView"
|
||||
|
||||
@app_elixir_version "1.13.4"
|
||||
|
|
Loading…
Add table
Reference in a new issue