File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
4
4
5
+ ## [ v0.16.3] ( https://github.com/livebook-dev/livebook/tree/v0.16.3 ) (2025-06-17)
6
+
7
+ ### Added
8
+
9
+ * Support for logging in JSON format via ` LIVEBOOK_LOG_FORMAT=json ` ([ #3017 ] ( https://github.com/livebook-dev/livebook/pull/3017 ) )
10
+
11
+ ### Changed
12
+
13
+ * Updated Docker images to use CUDA 12.8 and include NCCL ([ #3018 ] ( https://github.com/livebook-dev/livebook/pull/3018 ) )
14
+
5
15
## [ v0.16.2] ( https://github.com/livebook-dev/livebook/tree/v0.16.2 ) (2025-06-04)
6
16
7
17
### Added
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ defmodule Livebook.MixProject do
6
6
use Mix.Project
7
7
8
8
@ elixir_requirement "~> 1.18"
9
- @ version "0.16.2 "
9
+ @ version "0.16.3 "
10
10
@ description "Automate code & data workflows with interactive notebooks"
11
11
12
12
def project do
You can’t perform that action at this time.
0 commit comments