mirror of
https://github.com/livebook-dev/livebook.git
synced 2024-12-26 17:33:44 +08:00
Release 0.1.2
This commit is contained in:
parent
80bed1aa06
commit
4f5b19dfc7
2 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,10 @@
|
|||
# Changelog
|
||||
|
||||
## v0.1.2 (2021-06-01)
|
||||
|
||||
* Support dynamic Vega-Lite graphics ([#306](https://github.com/elixir-nx/livebook/pull/306) and [#309](https://github.com/elixir-nx/livebook/pull/309))
|
||||
* Capture and show logger output ([#298](https://github.com/elixir-nx/livebook/pull/298))
|
||||
|
||||
## v0.1.1 (2021-05-24)
|
||||
|
||||
* Support for plots rendering via [`VegaLite`](https://github.com/elixir-nx/vega_lite) ([#287](https://github.com/elixir-nx/livebook/pull/287))
|
||||
|
|
2
mix.exs
2
mix.exs
|
@ -1,7 +1,7 @@
|
|||
defmodule Livebook.MixProject do
|
||||
use Mix.Project
|
||||
|
||||
@version "0.1.1"
|
||||
@version "0.1.2"
|
||||
@description "Interactive and collaborative code notebooks - made with Phoenix LiveView"
|
||||
|
||||
def project do
|
||||
|
|
Loading…
Reference in a new issue