mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-28 15:54:54 +08:00
Release 0.1.1 (#292)
This commit is contained in:
parent
617a51e723
commit
122c6f27d7
2 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
## 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))
|
||||
* Deterministic section anchor links ([#288](https://github.com/elixir-nx/livebook/pull/288))
|
||||
* Improved path selector to properly handle text editing in the middle ([#283](https://github.com/elixir-nx/livebook/pull/283))
|
||||
|
||||
## v0.1.0 (2021-05-19)
|
||||
|
||||
* Initial release
|
||||
|
|
2
mix.exs
2
mix.exs
|
@ -1,7 +1,7 @@
|
|||
defmodule Livebook.MixProject do
|
||||
use Mix.Project
|
||||
|
||||
@version "0.1.0"
|
||||
@version "0.1.1"
|
||||
@description "Interactive and collaborative code notebooks - made with Phoenix LiveView"
|
||||
|
||||
def project do
|
||||
|
|
Loading…
Add table
Reference in a new issue