Skip to content

Commit

Permalink
Release v0.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanklosko committed Oct 4, 2024
1 parent 3c2de2d commit 742e215
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

## [v0.14.4](https://github.com/livebook-dev/livebook/tree/v0.14.4) (2024-10-04)

### Added

* Documented stamping (#2815)

### Fixed

* Crashes under certain `exec` configuration when starting K8s runtime (#2817)
* Fixed Teams app deployments with attachment files
* App deployment continuing retries even once the app is deactivated

## [v0.14.3](https://github.com/livebook-dev/livebook/tree/v0.14.3) (2024-10-03)

### 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.3"
@version "0.14.4"
@description "Automate code & data workflows with interactive notebooks"

def project do
Expand Down

0 comments on commit 742e215

Please sign in to comment.