Release 0.6.1 (#1175)

This commit is contained in:
Jonatan Kłosko 2022-05-06 17:22:35 +02:00 committed by GitHub
parent cfcd1cdc19
commit c1a4c8c045
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 1 deletions

View file

@ -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

View file

@ -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"