Release v0.11.3

This commit is contained in:
Jonatan Kłosko 2023-10-25 17:47:11 +07:00
parent 4650186993
commit 2b87c6509c
2 changed files with 20 additions and 1 deletions

View file

@ -2,6 +2,25 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [v0.11.3](https://github.com/livebook-dev/livebook/tree/v0.11.3) (2023-10-25)
### Added
* Docker deployment instructions to app panel ([#2276](https://github.com/livebook-dev/livebook/pull/2276), [#2286](https://github.com/livebook-dev/livebook/pull/2286), [#2294](https://github.com/livebook-dev/livebook/pull/2294), [#2295](https://github.com/livebook-dev/livebook/pull/2295))
* Support for custom HTTP certificate ([#2287](https://github.com/livebook-dev/livebook/pull/2287))
* Customizable configuration script to Docker release ([#2295](https://github.com/livebook-dev/livebook/pull/2295), [#2302](https://github.com/livebook-dev/livebook/pull/2302))
### Changed
* Auth page apps list to include password-protected apps ([#2284](https://github.com/livebook-dev/livebook/pull/2284))
* Deprecated `warmup_apps.sh` in favour of `warmup_apps` ([#2305](https://github.com/livebook-dev/livebook/pull/2305))
### Fixed
* Marking notebook as changed when hub secret is toggled ([#2279](https://github.com/livebook-dev/livebook/pull/2279))
* Deploying apps from directory to happen only once when in cluster ([#2291](https://github.com/livebook-dev/livebook/pull/2291))
* Saving for notebooks loaded from a URL ([#2300](https://github.com/livebook-dev/livebook/pull/2300))
## [v0.11.2](https://github.com/livebook-dev/livebook/tree/v0.11.2) (2023-10-14)
### Changed

View file

@ -2,7 +2,7 @@ defmodule Livebook.MixProject do
use Mix.Project
@elixir_requirement "~> 1.15.2"
@version "0.11.2"
@version "0.11.3"
@description "Automate code & data workflows with interactive notebooks"
def project do