Release 0.3.0

This commit is contained in:
Jonatan Kłosko 2021-10-19 14:41:58 +02:00
parent 05490b43cb
commit 652efd6bad
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.3.0](https://github.com/livebook-dev/livebook/tree/v0.2.3) (2021-10-19)
### Added

View file

@ -1,7 +1,7 @@
defmodule Livebook.MixProject do
use Mix.Project
@version "0.3.0-dev"
@version "0.3.0"
@description "Interactive and collaborative code notebooks - made with Phoenix LiveView"
def project do