There was an error while loading. Please reload this page.
1 parent 134df72 commit 86ce99cCopy full SHA for 86ce99c
3 files changed
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.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
11
## [v0.18.5](https://github.com/livebook-dev/livebook/tree/v0.18.5) (2026-02-03)
12
13
### Fixed
lib/livebook/intellisense/python.ex
mix.exs
@@ -6,7 +6,7 @@ defmodule Livebook.MixProject do
use Mix.Project
@elixir_requirement "~> 1.18"
- @version "0.18.5"
+ @version "0.18.6"
@description "Automate code & data workflows with interactive notebooks"
def project do
0 commit comments