Release v0.11.4

This commit is contained in:
Jonatan Kłosko 2023-11-09 19:03:42 +07:00
parent 0adb28f5da
commit bb1cb42abd
2 changed files with 16 additions and 1 deletions

View file

@ -2,6 +2,21 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [v0.11.4](https://github.com/livebook-dev/livebook/tree/v0.11.4) (2023-11-09)
### Added
* Improved error handling Team hub page ([#2328](https://github.com/livebook-dev/livebook/pull/2328), [#2326](https://github.com/livebook-dev/livebook/pull/2326), [#2327](https://github.com/livebook-dev/livebook/pull/2327), [#2329](https://github.com/livebook-dev/livebook/pull/2329))
### Changed
* Separated apps from auth and improved apps navigation ([#2322](https://github.com/livebook-dev/livebook/pull/2322))
* Updated the Docker base image to Debian Bookworm
### Fixed
* Keyboard control
## [v0.11.3](https://github.com/livebook-dev/livebook/tree/v0.11.3) (2023-10-25)
### Added

View file

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