Skip to content

Commit 6f0a9ce

Browse files
committed
Release v0.13.2
1 parent 37a6c63 commit 6f0a9ce

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
44

5+
## [v0.13.2](https://github.com/livebook-dev/livebook/tree/v0.13.2) (2024-06-26)
6+
7+
### Fixed
8+
9+
* Clustering configuration on Fly.io
10+
511
## [v0.13.1](https://github.com/livebook-dev/livebook/tree/v0.13.1) (2024-06-25)
612

713
### Fixed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule Livebook.MixProject do
66
use Mix.Project
77

88
@elixir_requirement "~> 1.16"
9-
@version "0.13.1"
9+
@version "0.13.2"
1010
@description "Automate code & data workflows with interactive notebooks"
1111

1212
def project do

0 commit comments

Comments
 (0)