File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 22
33The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
44
5+ ## [ v0.16.4] ( https://github.com/livebook-dev/livebook/tree/v0.16.4 ) (2025-06-20)
6+
7+ ### Fixed
8+
9+ * Livebook automatic clustering within AWS ECS ([ #3022 ] ( https://github.com/livebook-dev/livebook/pull/3022 ) )
10+ * Embedding livebook inside iframe with LIVEBOOK_WITHIN_IFRAME ([ #3024 ] ( https://github.com/livebook-dev/livebook/pull/3024 ) )
11+
512## [ v0.16.3] ( https://github.com/livebook-dev/livebook/tree/v0.16.3 ) (2025-06-17)
613
714### Added
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ defmodule Livebook.MixProject do
66 use Mix.Project
77
88 @ elixir_requirement "~> 1.18"
9- @ version "0.16.3 "
9+ @ version "0.16.4 "
1010 @ description "Automate code & data workflows with interactive notebooks"
1111
1212 def project do
You can’t perform that action at this time.
0 commit comments