Skip to content

Commit 178c45c

Browse files
committed
Release v0.11.1
1 parent 22862a6 commit 178c45c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

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

5-
## [v0.11.0](https://github.com/livebook-dev/livebook/tree/v0.10.0) (2023-10-09)
5+
## [v0.11.1](https://github.com/livebook-dev/livebook/tree/v0.11.1) (2023-10-10)
6+
7+
### Fixed
8+
9+
* Startup crash when migrating starred/recent notebooks pointing to S3 ([#2269](https://github.com/livebook-dev/livebook/pull/2269))
10+
11+
## [v0.11.0](https://github.com/livebook-dev/livebook/tree/v0.11.0) (2023-10-09)
612

713
This release introduces file management, you can now tell Livebook what files the notebook depends on, be it on your disk or on the web. In relation to this, the `images/` directory has been deprecated in favour of notebook attachments (files living in the `files/` directory). One way to migrate is to rename the `images/` directory to `files/`, open the files panel (in the session sidebar), then "Add file" and choose "From unlisted". If you want to automatically do this for a large repository of notebooks, you can try out [this script](https://gist.github.com/jonatanklosko/20e28aa772a888a25a829337a4b805e1).
814

mix.exs

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

44
@elixir_requirement "~> 1.14.2 or ~> 1.15-dev"
5-
@version "0.11.0"
5+
@version "0.11.1"
66
@description "Automate code & data workflows with interactive notebooks"
77

88
def project do

0 commit comments

Comments
 (0)