File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
66
7+ ## [ v0.7.1] ( https://github.com/livebook-dev/livebook/tree/v0.7.1 ) (2022-10-09)
8+
9+ ### Fixed
10+
11+ - Fixed editing Mermaid graphs in Markdown cells ([ #1471 ] ( https://github.com/livebook-dev/livebook/pull/1471 ) )
12+
713## [ v0.7.0] ( https://github.com/livebook-dev/livebook/tree/v0.7.0 ) (2022-10-07)
814
915### Added
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule Livebook.MixProject do
22 use Mix.Project
33
44 @ elixir_requirement "~> 1.14"
5- @ version "0.7.0 "
5+ @ version "0.7.1 "
66 @ description "Interactive and collaborative code notebooks - made with Phoenix LiveView"
77
88 @ app_elixir_version "1.14.0"
You can’t perform that action at this time.
0 commit comments