Release v0.16.2

This commit is contained in:
Jonatan Kłosko 2025-06-04 23:00:13 +02:00
parent 1bc0f22df7
commit e10953d7da
2 changed files with 13 additions and 1 deletions

View file

@ -2,6 +2,18 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [v0.16.2](https://github.com/livebook-dev/livebook/tree/v0.16.2) (2025-06-04)
### Added
* Notebook export to include errors when exporting with outputs ([#3009](https://github.com/livebook-dev/livebook/pull/3009))
* Support for enabling reevaluate automatically for Smart cells
### Fixed
* GitHub stars notebook to execute without errors when GitHubs API rate limit ([#3006](https://github.com/livebook-dev/livebook/pull/3006))
* Startup errors in env.sh when using the Docker deployment ([#3013](https://github.com/livebook-dev/livebook/pull/3013))
## [v0.16.1](https://github.com/livebook-dev/livebook/tree/v0.16.1) (2025-05-21)
### Fixed

View file

@ -6,7 +6,7 @@ defmodule Livebook.MixProject do
use Mix.Project
@elixir_requirement "~> 1.18"
@version "0.16.1"
@version "0.16.2"
@description "Automate code & data workflows with interactive notebooks"
def project do