From 6da3f54ccdccaf15e1944f578736979df2ace585 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20K=C5=82osko?= Date: Wed, 26 Jun 2024 03:32:25 +0700 Subject: [PATCH] Release v0.13.1 --- CHANGELOG.md | 9 +++++++++ mix.exs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6593eabde6e..40c1d35e6e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [v0.13.1](https://github.com/livebook-dev/livebook/tree/v0.13.1) (2024-06-25) + +### Fixed + +* Error handling when connection to Livebook Teams fails ([#2680](https://github.com/livebook-dev/livebook/pull/2680) +* Clustering configuration on Fly.io ([#2682](https://github.com/livebook-dev/livebook/pull/2682) +* App deployment getting stuck when runtime crashes during app warmup ([#2681](https://github.com/livebook-dev/livebook/pull/2681) +* Clarified the behaviour of `ELIXIR_ERL_OPTIONS` and `ERL_*FLAGS` ([#2684](https://github.com/livebook-dev/livebook/pull/2684) + ## [v0.13.0](https://github.com/livebook-dev/livebook/tree/v0.13.0) (2024-06-25) ### Added diff --git a/mix.exs b/mix.exs index 0934d7756a4..9e96cec7ab1 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule Livebook.MixProject do use Mix.Project @elixir_requirement "~> 1.16" - @version "0.13.0" + @version "0.13.1" @description "Automate code & data workflows with interactive notebooks" def project do