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 3ba2362 commit e2dc2daCopy full SHA for e2dc2da
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.12.1](https://github.com/livebook-dev/livebook/tree/v0.12.1) (2023-12-25)
6
+
7
+### Fixed
8
9
+* Fixed iframes not loading on Livebook Desktop or when using `LIVEBOOK_PORT=0`
10
11
## [v0.12.0](https://github.com/livebook-dev/livebook/tree/v0.12.0) (2023-12-22)
12
13
### Added
mix.exs
@@ -6,7 +6,7 @@ defmodule Livebook.MixProject do
use Mix.Project
@elixir_requirement "~> 1.15.2 or ~> 1.16-dev"
- @version "0.12.0"
+ @version "0.12.1"
@description "Automate code & data workflows with interactive notebooks"
def project do
0 commit comments