Skip to content

Commit 2a53547

Browse files
committed
Release v0.19.8
1 parent 4d1a535 commit 2a53547

4 files changed

Lines changed: 21 additions & 3 deletions

File tree

CHANGELOG.md

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

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

5+
## [v0.19.8](https://github.com/livebook-dev/livebook/tree/v0.19.8) (2026-05-20)
6+
7+
### Added
8+
9+
- App folder permalinks ([#3190](https://github.com/livebook-dev/livebook/pull/3190))
10+
11+
### Changed
12+
13+
- Made user info available for personal workspaces through `Kino.Workspace` ([#3191](https://github.com/livebook-dev/livebook/pull/3191))
14+
15+
### Removed
16+
17+
- Disabled Teams org creation ([#3193](https://github.com/livebook-dev/livebook/pull/3193))
18+
19+
### Fixed
20+
21+
- Upgraded deps with known vulnerabilities ([#3192](https://github.com/livebook-dev/livebook/pull/3192))
22+
523
## [v0.19.7](https://github.com/livebook-dev/livebook/tree/v0.19.7) (2026-04-22)
624

725
### Added

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.7"
9+
@version "0.19.8"
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.7"
3+
version = "0.19.8"
44
edition = "2021"
55

66
[lib]

0 commit comments

Comments
 (0)