Release 0.1.1 (#292)

This commit is contained in:
Jonatan Kłosko 2021-05-24 19:32:13 +02:00 committed by GitHub
parent 617a51e723
commit 122c6f27d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View file

@ -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

View file

@ -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