Skip to content

Commit e10953d

Browse files
committed
Release v0.16.2
1 parent 1bc0f22 commit e10953d

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

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

5+
## [v0.16.2](https://github.com/livebook-dev/livebook/tree/v0.16.2) (2025-06-04)
6+
7+
### Added
8+
9+
* Notebook export to include errors when exporting with outputs ([#3009](https://github.com/livebook-dev/livebook/pull/3009))
10+
* Support for enabling reevaluate automatically for Smart cells
11+
12+
### Fixed
13+
14+
* GitHub stars notebook to execute without errors when GitHubs API rate limit ([#3006](https://github.com/livebook-dev/livebook/pull/3006))
15+
* Startup errors in env.sh when using the Docker deployment ([#3013](https://github.com/livebook-dev/livebook/pull/3013))
16+
517
## [v0.16.1](https://github.com/livebook-dev/livebook/tree/v0.16.1) (2025-05-21)
618

719
### Fixed

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.16.1"
9+
@version "0.16.2"
1010
@description "Automate code & data workflows with interactive notebooks"
1111

1212
def project do

0 commit comments

Comments
 (0)