Skip to content

Commit

Permalink
Release v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanklosko committed Oct 9, 2023
1 parent 7d7590d commit d72457e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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.11.0](https://github.com/livebook-dev/livebook/tree/v0.10.0) (2023-10-09)

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).

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

@elixir_requirement "~> 1.14.2 or ~> 1.15-dev"
@version "0.11.0-dev"
@version "0.11.0"
@description "Automate code & data workflows with interactive notebooks"

def project do
Expand Down

0 comments on commit d72457e

Please sign in to comment.