mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-11-11 14:42:39 +08:00
Release v0.14.5
This commit is contained in:
parent
b1a43b50cd
commit
d3161c698d
2 changed files with 8 additions and 1 deletions
|
|
@ -2,6 +2,13 @@
|
||||||
|
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
|
|
||||||
|
## [v0.14.5](https://github.com/livebook-dev/livebook/tree/v0.14.5) (2024-10-25)
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
* Imports and process dictionary being erased after errored evaluation ([#2822](https://github.com/livebook-dev/livebook/pull/2822))
|
||||||
|
* PVC deletion removing all PVCs in Kubernetes runtime settings
|
||||||
|
|
||||||
## [v0.14.4](https://github.com/livebook-dev/livebook/tree/v0.14.4) (2024-10-04)
|
## [v0.14.4](https://github.com/livebook-dev/livebook/tree/v0.14.4) (2024-10-04)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
||||||
2
mix.exs
2
mix.exs
|
|
@ -6,7 +6,7 @@ defmodule Livebook.MixProject do
|
||||||
use Mix.Project
|
use Mix.Project
|
||||||
|
|
||||||
@elixir_requirement "~> 1.16"
|
@elixir_requirement "~> 1.16"
|
||||||
@version "0.14.4"
|
@version "0.14.5"
|
||||||
@description "Automate code & data workflows with interactive notebooks"
|
@description "Automate code & data workflows with interactive notebooks"
|
||||||
|
|
||||||
def project do
|
def project do
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue