Skip to content

Commit a24aa5f

Browse files
committed
Release v0.15.5
1 parent b16d707 commit a24aa5f

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

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

5+
## [v0.15.5](https://github.com/livebook-dev/livebook/tree/v0.15.5) (2025-04-03)
6+
7+
### Added
8+
9+
* Option to logout from Livebook app ([#2961](https://github.com/livebook-dev/livebook/pull/2961))
10+
11+
### Fixed
12+
13+
* Escript installation on Windows with symlinks disabled ([#2965](https://github.com/livebook-dev/livebook/pull/2965))
14+
* Escript static files not available after macOS automatic tmpdir cleanup
15+
* Fixed `mailto:` URLs treated as relative in Markdown cells
16+
517
## [v0.15.4](https://github.com/livebook-dev/livebook/tree/v0.15.4) (2025-03-12)
618

719
### Fixed

mix.exs

Lines changed: 1 addition & 1 deletion
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.4"
9+
@version "0.15.5"
1010
@description "Automate code & data workflows with interactive notebooks"
1111

1212
def project do

0 commit comments

Comments
 (0)