Release v0.15.3

This commit is contained in:
Jonatan Kłosko 2025-03-10 20:48:46 +09:00
parent c21bad21cd
commit a576164a90
2 changed files with 7 additions and 1 deletions

View file

@ -2,6 +2,12 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [v0.15.3](https://github.com/livebook-dev/livebook/tree/v0.15.3) (2025-03-10)
### Fixed
* Crash when logging out from Livebook with identity provider configured ([#2953](https://github.com/livebook-dev/livebook/pull/2953))
## [v0.15.2](https://github.com/livebook-dev/livebook/tree/v0.15.2) (2025-03-03)
### Fixed

View file

@ -6,7 +6,7 @@ defmodule Livebook.MixProject do
use Mix.Project
@elixir_requirement "~> 1.18"
@version "0.15.2"
@version "0.15.3"
@description "Automate code & data workflows with interactive notebooks"
def project do