Release v0.15.0

This commit is contained in:
Jonatan Kłosko 2025-02-21 01:43:09 +09:00
parent 64e2a07a12
commit 2fefb5ed5f
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased](https://github.com/livebook-dev/livebook/tree/main)
## [v0.15.0](https://github.com/livebook-dev/livebook/tree/v0.15.0) (2025-02-21)
### Added

View file

@ -6,7 +6,7 @@ defmodule Livebook.MixProject do
use Mix.Project
@elixir_requirement "~> 1.18"
@version "0.15.0-dev"
@version "0.15.0"
@description "Automate code & data workflows with interactive notebooks"
def project do