Skip to content

Commit 43319a9

Browse files
committed
Release v0.15.4
1 parent e772fc7 commit 43319a9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
44

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+
512
## [v0.15.3](https://github.com/livebook-dev/livebook/tree/v0.15.3) (2025-03-10)
613

714
### Fixed

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule Livebook.MixProject do
66
use Mix.Project
77

88
@elixir_requirement "~> 1.18"
9-
@version "0.15.3"
9+
@version "0.15.4"
1010
@description "Automate code & data workflows with interactive notebooks"
1111

1212
def project do

0 commit comments

Comments
 (0)