Skip to content

Commit a5f1a89

Browse files
committed
Release v0.14.0-rc.0
1 parent 9861c43 commit a5f1a89

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,25 @@
22

33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
44

5-
## [Unreleased](https://github.com/livebook-dev/livebook/tree/main)
5+
## [v0.14.0-rc.0](https://github.com/livebook-dev/livebook/tree/v0.14.0-rc.0) (2024-07-26)
6+
7+
### Added
8+
9+
* Introduced Fly.io runtime (#2708, #2714)
10+
* Added `LIVEBOOK_PUBLIC_BASE_URL_PATH` to serve public routes from a different base url path (#2704)
11+
* Suggestion to setup without cache on dependencies error (#2716)
12+
* Added FLAME runner cell
13+
14+
### Changed
15+
16+
* Bumped versions to Elixir 1.17.2 in the Docker image and the desktop app
17+
* Change the scroll behavior to immediate jump when clicking a notebook sections (#2705)
18+
* Reduced the size of CUDA-enabled images by including only a subset of the CUDA toolkit (#2724)
19+
20+
### Fixed
21+
22+
* (Desktop) Fixed opening an already open notebook (#2709)
23+
* Fixed horizontal editor scrollbar to not overlap content in Firefox
624

725
## v0.13
826

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule Livebook.MixProject do
66
use Mix.Project
77

88
@elixir_requirement "~> 1.16"
9-
@version "0.14.0-dev"
9+
@version "0.14.0-rc.0"
1010
@description "Automate code & data workflows with interactive notebooks"
1111

1212
def project do

0 commit comments

Comments
 (0)