mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-17 17:06:05 +08:00
Release v0.15.5
This commit is contained in:
parent
b16d707337
commit
a24aa5f153
2 changed files with 13 additions and 1 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -2,6 +2,18 @@
|
|||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
|
||||
## [v0.15.5](https://github.com/livebook-dev/livebook/tree/v0.15.5) (2025-04-03)
|
||||
|
||||
### Added
|
||||
|
||||
* Option to logout from Livebook app ([#2961](https://github.com/livebook-dev/livebook/pull/2961))
|
||||
|
||||
### Fixed
|
||||
|
||||
* Escript installation on Windows with symlinks disabled ([#2965](https://github.com/livebook-dev/livebook/pull/2965))
|
||||
* Escript static files not available after macOS automatic tmpdir cleanup
|
||||
* Fixed `mailto:` URLs treated as relative in Markdown cells
|
||||
|
||||
## [v0.15.4](https://github.com/livebook-dev/livebook/tree/v0.15.4) (2025-03-12)
|
||||
|
||||
### Fixed
|
||||
|
|
2
mix.exs
2
mix.exs
|
@ -6,7 +6,7 @@ defmodule Livebook.MixProject do
|
|||
use Mix.Project
|
||||
|
||||
@elixir_requirement "~> 1.18"
|
||||
@version "0.15.4"
|
||||
@version "0.15.5"
|
||||
@description "Automate code & data workflows with interactive notebooks"
|
||||
|
||||
def project do
|
||||
|
|
Loading…
Add table
Reference in a new issue