We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1639435 commit 3362028Copy full SHA for 3362028
CHANGELOG.md
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
7
-## [Unreleased](https://github.com/livebook-dev/livebook)
+## [v0.7.0](https://github.com/livebook-dev/livebook/tree/v0.7.0) (2022-10-07)
8
9
### Added
10
mix.exs
@@ -2,7 +2,7 @@ defmodule Livebook.MixProject do
2
use Mix.Project
3
@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"
0 commit comments