mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-12-11 14:16:44 +08:00
Release v0.11.4
This commit is contained in:
parent
0adb28f5da
commit
bb1cb42abd
2 changed files with 16 additions and 1 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
|
@ -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
|
||||
|
|
|
|||
2
mix.exs
2
mix.exs
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue