From 122c6f27d7a1294e473aeb87958745c6f4594160 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20K=C5=82osko?= Date: Mon, 24 May 2021 19:32:13 +0200 Subject: [PATCH] Release 0.1.1 (#292) --- CHANGELOG.md | 6 ++++++ mix.exs | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7a2f0f11..32a557ce2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/mix.exs b/mix.exs index 39fedc0fc..95a22c02d 100644 --- a/mix.exs +++ b/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