We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e772fc7 commit 43319a9Copy full SHA for 43319a9
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
4
5
+## [v0.15.4](https://github.com/livebook-dev/livebook/tree/v0.15.4) (2025-03-12)
6
+
7
+### Fixed
8
9
+* K8s runtime failing to connect due to missing CA certificates (#2957)
10
+* (Desktop) Fix Windows installer failing path checks step (#2958)
11
12
## [v0.15.3](https://github.com/livebook-dev/livebook/tree/v0.15.3) (2025-03-10)
13
14
### Fixed
mix.exs
@@ -6,7 +6,7 @@ defmodule Livebook.MixProject do
use Mix.Project
@elixir_requirement "~> 1.18"
- @version "0.15.3"
+ @version "0.15.4"
@description "Automate code & data workflows with interactive notebooks"
def project do
0 commit comments