We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37a6c63 commit 6f0a9ceCopy full SHA for 6f0a9ce
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
4
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
11
## [v0.13.1](https://github.com/livebook-dev/livebook/tree/v0.13.1) (2024-06-25)
12
13
### Fixed
mix.exs
@@ -6,7 +6,7 @@ defmodule Livebook.MixProject do
use Mix.Project
@elixir_requirement "~> 1.16"
- @version "0.13.1"
+ @version "0.13.2"
@description "Automate code & data workflows with interactive notebooks"
def project do
0 commit comments