mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-09 22:44:38 +08:00
Release v0.16.2
This commit is contained in:
parent
1bc0f22df7
commit
e10953d7da
2 changed files with 13 additions and 1 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -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
|
||||
|
|
2
mix.exs
2
mix.exs
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue