Skip to content

Commit

Permalink
Release v0.14.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanklosko committed Oct 25, 2024
1 parent b1a43b5 commit d3161c6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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)

### Added
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule Livebook.MixProject do
use Mix.Project

@elixir_requirement "~> 1.16"
@version "0.14.4"
@version "0.14.5"
@description "Automate code & data workflows with interactive notebooks"

def project do
Expand Down

0 comments on commit d3161c6

Please sign in to comment.