Skip to content

Commit

Permalink
Release v0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanklosko committed Jun 25, 2024
1 parent 8de89b0 commit 6da3f54
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

This comment has been minimized.

Copy link
@zachallaun

zachallaun Jun 25, 2024

Contributor

Small thing I noticed: these changelog items are missing a trailing ).

This comment has been minimized.

Copy link
@jonatanklosko

jonatanklosko Jun 26, 2024

Author Member

Fixed, thanks!

* 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
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6da3f54

Please sign in to comment.