From 04e702d77c4042c87cc05e2835cc6aa8fbc507d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20K=C5=82osko?= Date: Thu, 24 Jun 2021 13:03:48 +0200 Subject: [PATCH] Release 0.2.1 --- CHANGELOG.md | 9 +++++++++ mix.exs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aab59e76c..87aff5dce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## v0.2.1 (2021-06-24) + + * Add copy to clipboard button to virtualized output ([#393](https://github.com/elixir-nx/livebook/pull/393)) + * Implement reactive input ([#389](https://github.com/elixir-nx/livebook/pull/389)) + * Add support for image output ([#380](https://github.com/elixir-nx/livebook/pull/380)) + * Add section on evaluation vs compilation on Elixir notebook ([#376](https://github.com/elixir-nx/livebook/pull/376)) + * Show ticking timer while cell is evaluating ([#374](https://github.com/elixir-nx/livebook/pull/374)) + * Show the evaluation time next to the cell indicator ([#366](https://github.com/elixir-nx/livebook/pull/366)) + ## v0.2.0 (2021-06-17) * Add Kino introductory notebook ([#364](https://github.com/elixir-nx/livebook/pull/364)) diff --git a/mix.exs b/mix.exs index 5654e7d35..8d05a1a5e 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Livebook.MixProject do use Mix.Project - @version "0.2.0" + @version "0.2.1" @description "Interactive and collaborative code notebooks - made with Phoenix LiveView" def project do