Skip to content

Commit 7d24982

Browse files
Release v0.9.2 (#1864)
1 parent f94cc95 commit 7d24982

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.
44

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

7+
## [v0.9.2](https://github.com/livebook-dev/livebook/tree/v0.9.2) (2023-04-14)
8+
9+
### Added
10+
11+
- Made the error status clickable on failed deployments ([#1854](https://github.com/livebook-dev/livebook/pull/1854))
12+
13+
### Changed
14+
15+
- Made app settings form hidden in app session ([#1860](https://github.com/livebook-dev/livebook/pull/1860))
16+
17+
### Fixed
18+
19+
- Fix smart cell indicator when source changes on start ([#1851](https://github.com/livebook-dev/livebook/pull/1851))
20+
- Persist show-source app option ([#1859](https://github.com/livebook-dev/livebook/pull/1859))
21+
- Added a link to navigate out of iframe when Livebook has no access to cookies ([#1863](https://github.com/livebook-dev/livebook/pull/1863))
22+
723
## [v0.9.1](https://github.com/livebook-dev/livebook/tree/v0.9.1) (2023-04-06)
824

925
### Added

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.9.1"
5+
@version "0.9.2"
66
@description "Automate code & data workflows with interactive notebooks"
77

88
@app_elixir_version "1.14.2"

0 commit comments

Comments
 (0)