Skip to content

Commit 060ac4b

Browse files
committed
Release v0.10.0
1 parent c72182a commit 060ac4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
## [Unreleased](https://github.com/livebook-dev/livebook/tree/main)
5+
## [v0.10.0](https://github.com/livebook-dev/livebook/tree/v0.10.0) (2023-07-14)
66

77
### Added
88

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

88
def project do

0 commit comments

Comments
 (0)