File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
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.11.2] ( https://github.com/livebook-dev/livebook/tree/v0.11.2 ) (2023-10-14)
6+
7+ ### Changed
8+
9+ * Bumped Elixir and Erlang versions in the Docker image and the desktop app ([ #2254 ] ( https://github.com/livebook-dev/livebook/pull/2254 ) )
10+
11+ ### Fixed
12+
13+ * App links in the public apps list ([ #2275 ] ( https://github.com/livebook-dev/livebook/pull/2275 ) )
14+
515## [ v0.11.1] ( https://github.com/livebook-dev/livebook/tree/v0.11.1 ) (2023-10-10)
616
717### Fixed
@@ -48,7 +58,7 @@ This release introduces a **breaking change** to audio and image inputs. Previou
4858* Clicking links within iframes to trigger navigation for the whole page ([ #2160 ] ( https://github.com/livebook-dev/livebook/pull/2160 ) )
4959* Setup cell output to never be exported ([ #2184 ] ( https://github.com/livebook-dev/livebook/pull/2184 ) )
5060* Moved file storage configuration from Settings to Hub page ([ #2212 ] ( https://github.com/livebook-dev/livebook/pull/2212 ) )
51- * Bumped Elixir and Erlang versions in the Docker image ([ #2254 ] ( https://github.com/livebook-dev/livebook/pull/2254 ) )
61+ * Bumped Elixir and Erlang versions in the Docker image and the desktop app ([ #2254 ] ( https://github.com/livebook-dev/livebook/pull/2254 ) )
5262* ** (Breaking)** Changed audio and image input values to include file rather than inline binary data
5363* Changed the algorithm used by Personal hub for stamping ([ #2252 ] ( https://github.com/livebook-dev/livebook/pull/2252 ) )
5464
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule Livebook.MixProject do
22 use Mix.Project
33
44 @ elixir_requirement "~> 1.14.2 or ~> 1.15-dev"
5- @ version "0.11.1 "
5+ @ version "0.11.2 "
66 @ description "Automate code & data workflows with interactive notebooks"
77
88 def project do
You can’t perform that action at this time.
0 commit comments