Release 0.7.0

This commit is contained in:
Jonatan Kłosko 2022-10-07 12:20:37 +02:00
parent 1639435024
commit 33620284b7
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/).
## [Unreleased](https://github.com/livebook-dev/livebook)
## [v0.7.0](https://github.com/livebook-dev/livebook/tree/v0.7.0) (2022-10-07)
### Added

View file

@ -2,7 +2,7 @@ defmodule Livebook.MixProject do
use Mix.Project
@elixir_requirement "~> 1.14"
@version "0.6.3"
@version "0.7.0"
@description "Interactive and collaborative code notebooks - made with Phoenix LiveView"
@app_elixir_version "1.14.0"