mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-03-01 01:13:16 +08:00
Release v0.8.2
This commit is contained in:
parent
6b6f2c900c
commit
f707c63c58
2 changed files with 7 additions and 1 deletions
|
@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
|
||||
## [v0.8.2](https://github.com/livebook-dev/livebook/tree/v0.8.2) (2023-06-20)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Do not browser open arbitrary URLs
|
||||
|
||||
## [v0.8.1](https://github.com/livebook-dev/livebook/tree/v0.8.1) (2023-01-18)
|
||||
|
||||
### Added
|
||||
|
|
2
mix.exs
2
mix.exs
|
@ -2,7 +2,7 @@ defmodule Livebook.MixProject do
|
|||
use Mix.Project
|
||||
|
||||
@elixir_requirement "~> 1.14.2 or ~> 1.15-dev"
|
||||
@version "0.8.1"
|
||||
@version "0.8.2"
|
||||
@description "Interactive and collaborative code notebooks - made with Phoenix LiveView"
|
||||
|
||||
@app_elixir_version "1.14.2"
|
||||
|
|
Loading…
Reference in a new issue