mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-08 05:54:20 +08:00
Release v0.15.0
This commit is contained in:
parent
64e2a07a12
commit
2fefb5ed5f
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
2
mix.exs
2
mix.exs
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue