File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
lib/livebook/intellisense Expand file tree Collapse file tree 3 files changed +7
-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.18.6] ( https://github.com/livebook-dev/livebook/tree/v0.18.6 ) (2026-02-19)
6+
7+ ### Fixed
8+
9+ * Fixed saving notebook to S3 file system ([ #3134 ] ( https://github.com/livebook-dev/livebook/pull/3134 ) )
10+
511## [ v0.18.5] ( https://github.com/livebook-dev/livebook/tree/v0.18.5 ) (2026-02-03)
612
713### Fixed
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.18.5 "
9+ @ version "0.18.6 "
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