From 48b49384082b17a7eb2f85e768c8a8b44676ab6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20K=C5=82osko?= Date: Thu, 1 Jul 2021 16:46:09 +0200 Subject: [PATCH] Release 0.2.2 --- CHANGELOG.md | 14 ++++++++++++++ mix.exs | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87aff5dce..789cdc985 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## v0.2.2 (2021-07-01) + + * Highlight matching brackets only in insert mode ([#421](https://github.com/elixir-nx/livebook/pull/421)) + * Document editor shortcuts and add basic view ([#419](https://github.com/elixir-nx/livebook/pull/419)) + * Suggest restarting runtime on Mix.install error and add restart shortcut ([#418](https://github.com/elixir-nx/livebook/pull/418)) + * livebook server: Add --open flag ([#417](https://github.com/elixir-nx/livebook/pull/417)) + * Add code formatting integration to Elixir cells ([#416](https://github.com/elixir-nx/livebook/pull/416)) + * Implement cells bin ([#414](https://github.com/elixir-nx/livebook/pull/414)) + * Improve section management ([#411](https://github.com/elixir-nx/livebook/pull/411)) + * Add support for a color input type ([#410](https://github.com/elixir-nx/livebook/pull/410)) + * Add support for markdown output ([#404](https://github.com/elixir-nx/livebook/pull/404)) + * Add support for a textarea input type ([#382](https://github.com/elixir-nx/livebook/pull/382)) + * Support configuring Attached as the default runtime ([#397](https://github.com/elixir-nx/livebook/pull/397)) + ## v0.2.1 (2021-06-24) * Add copy to clipboard button to virtualized output ([#393](https://github.com/elixir-nx/livebook/pull/393)) diff --git a/mix.exs b/mix.exs index 8d05a1a5e..c2c0b6a87 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Livebook.MixProject do use Mix.Project - @version "0.2.1" + @version "0.2.2" @description "Interactive and collaborative code notebooks - made with Phoenix LiveView" def project do