Skip to content

Commit a31a234

Browse files
committed
Release v0.9.3
1 parent beb10da commit a31a234

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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.3](https://github.com/livebook-dev/livebook/tree/v0.9.3) (2023-06-20)
8+
9+
### Fixed
10+
11+
- Do not browser open arbitrary URLs
12+
713
## [v0.9.2](https://github.com/livebook-dev/livebook/tree/v0.9.2) (2023-04-14)
814

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

88
@app_elixir_version "1.14.2"

0 commit comments

Comments
 (0)