Skip to content

Commit

Permalink
Release v0.14.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanklosko committed Jul 26, 2024
1 parent 9861c43 commit a5f1a89
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,25 @@

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

## [Unreleased](https://github.com/livebook-dev/livebook/tree/main)
## [v0.14.0-rc.0](https://github.com/livebook-dev/livebook/tree/v0.14.0-rc.0) (2024-07-26)

### Added

* Introduced Fly.io runtime (#2708, #2714)
* Added `LIVEBOOK_PUBLIC_BASE_URL_PATH` to serve public routes from a different base url path (#2704)
* Suggestion to setup without cache on dependencies error (#2716)
* Added FLAME runner cell

### Changed

* Bumped versions to Elixir 1.17.2 in the Docker image and the desktop app
* Change the scroll behavior to immediate jump when clicking a notebook sections (#2705)
* Reduced the size of CUDA-enabled images by including only a subset of the CUDA toolkit (#2724)

### Fixed

* (Desktop) Fixed opening an already open notebook (#2709)
* Fixed horizontal editor scrollbar to not overlap content in Firefox

## v0.13

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule Livebook.MixProject do
use Mix.Project

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

def project do
Expand Down

0 comments on commit a5f1a89

Please sign in to comment.