Skip to content

Commit 595e2df

Browse files
committed
Release v0.19.1
1 parent 45ca399 commit 595e2df

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

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

5+
## [v0.19.1](https://github.com/livebook-dev/livebook/tree/v0.19.1) (2026-03-04)
6+
7+
### Fixed
8+
9+
- Fly runtime failing to start with proxy auth error on latest fly CLI ([#3145](https://github.com/livebook-dev/livebook/pull/3145))
10+
- Compatibility of form number input with prior kino versions
11+
512
## [v0.19.0](https://github.com/livebook-dev/livebook/tree/v0.19.0) (2026-03-03)
613

714
As part of this release, we reworked the desktop app to use Tauri, and we now have a Linux version of the app. The Linux support is considered in to be in beta mode, if you notice any unexpected behaviour, please let us know.

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule Livebook.MixProject do
66
use Mix.Project
77

88
@elixir_requirement "~> 1.18"
9-
@version "0.19.0"
9+
@version "0.19.1"
1010
@description "Automate code & data workflows with interactive notebooks"
1111

1212
def project do

rel/app_next/src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rel/app_next/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "livebook"
3-
version = "0.19.0"
3+
version = "0.19.1"
44
edition = "2021"
55

66
[lib]

0 commit comments

Comments
 (0)