Skip to content

Commit 897086b

Browse files
committed
Release v0.15.2
1 parent 2a2431e commit 897086b

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.2](https://github.com/livebook-dev/livebook/tree/v0.15.2) (2025-03-03)
6+
7+
### Fixed
8+
9+
* Iframes not loading when Livebook starts normally, but iframe starts on a random port ([#2947](https://github.com/livebook-dev/livebook/pull/2947))
10+
* Session cookie overflow error when user identity data exceeds 4kb ([#2948](https://github.com/livebook-dev/livebook/pull/2948))
11+
512
## [v0.15.1](https://github.com/livebook-dev/livebook/tree/v0.15.1) (2025-02-24)
613

714
### Changed

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.1"
9+
@version "0.15.2"
1010
@description "Automate code & data workflows with interactive notebooks"
1111

1212
def project do

0 commit comments

Comments
 (0)