File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- # Changelog for Livebook v0.17
1
+ # Changelog for Livebook v0.18
2
2
3
3
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
4
4
5
5
## [ Unreleased] ( https://github.com/livebook-dev/livebook/tree/main )
6
6
7
- ## v0.16
7
+ ## v0.17
8
8
9
- The CHANGELOG for v0.16 releases can be found in the [ v0.16 ] ( https://github.com/livebook-dev/livebook/tree/v0.16 /CHANGELOG.md ) branch.
9
+ The CHANGELOG for v0.17 releases can be found in the [ v0.17 ] ( https://github.com/livebook-dev/livebook/tree/v0.17 /CHANGELOG.md ) branch.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ defmodule Livebook.MixProject do
6
6
use Mix.Project
7
7
8
8
@ elixir_requirement "~> 1.18"
9
- @ version "0.17 .0-dev"
9
+ @ version "0.18 .0-dev"
10
10
@ description "Automate code & data workflows with interactive notebooks"
11
11
12
12
def project do
You can’t perform that action at this time.
0 commit comments