Release 0.6.0 (#1165)

This commit is contained in:
Jonatan Kłosko 2022-05-03 16:24:49 +02:00 committed by GitHub
parent 15949eaef7
commit 3ad817ac69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ 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/). The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased](https://github.com/livebook-dev/livebook) ## [v0.6.0](https://github.com/livebook-dev/livebook/tree/v0.6.0) (2022-05-03)
### Added ### Added

View file

@ -2,7 +2,7 @@ defmodule Livebook.MixProject do
use Mix.Project use Mix.Project
@elixir_requirement "~> 1.13" @elixir_requirement "~> 1.13"
@version "0.5.2" @version "0.6.0"
@description "Interactive and collaborative code notebooks - made with Phoenix LiveView" @description "Interactive and collaborative code notebooks - made with Phoenix LiveView"
@app_elixir_version "1.13.4" @app_elixir_version "1.13.4"