Skip to content

Commit 3362028

Browse files
committed
Release 0.7.0
1 parent 1639435 commit 3362028

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7-
## [Unreleased](https://github.com/livebook-dev/livebook)
7+
## [v0.7.0](https://github.com/livebook-dev/livebook/tree/v0.7.0) (2022-10-07)
88

99
### Added
1010

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Livebook.MixProject do
22
use Mix.Project
33

44
@elixir_requirement "~> 1.14"
5-
@version "0.6.3"
5+
@version "0.7.0"
66
@description "Interactive and collaborative code notebooks - made with Phoenix LiveView"
77

88
@app_elixir_version "1.14.0"

0 commit comments

Comments
 (0)