We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c72182a commit 060ac4bCopy full SHA for 060ac4b
CHANGELOG.md
@@ -2,7 +2,7 @@
2
3
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
4
5
-## [Unreleased](https://github.com/livebook-dev/livebook/tree/main)
+## [v0.10.0](https://github.com/livebook-dev/livebook/tree/v0.10.0) (2023-07-14)
6
7
### Added
8
mix.exs
@@ -2,7 +2,7 @@ defmodule Livebook.MixProject do
use Mix.Project
@elixir_requirement "~> 1.14.2 or ~> 1.15-dev"
- @version "0.10.0-dev"
+ @version "0.10.0"
@description "Automate code & data workflows with interactive notebooks"
def project do
0 commit comments