mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-07 21:44:36 +08:00
Release 0.7.0
This commit is contained in:
parent
1639435024
commit
33620284b7
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
2
mix.exs
2
mix.exs
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue