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 d4aa41f commit 8097351Copy full SHA for 8097351
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.12.0](https://github.com/livebook-dev/livebook/tree/v0.12.0) (2023-12-22)
6
7
### Added
8
mix.exs
@@ -6,7 +6,7 @@ defmodule Livebook.MixProject do
use Mix.Project
@elixir_requirement "~> 1.15.2 or ~> 1.16-dev"
9
- @version "0.12.0-dev"
+ @version "0.12.0"
10
@description "Automate code & data workflows with interactive notebooks"
11
12
def project do
0 commit comments