mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-12-09 13:16:08 +08:00
Release v0.18.1
This commit is contained in:
parent
4e82e26bfb
commit
fd5bd9b28f
2 changed files with 7 additions and 1 deletions
|
|
@ -2,6 +2,12 @@
|
|||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
|
||||
## [v0.18.1](https://github.com/livebook-dev/livebook/tree/v0.18.1) (2025-12-07)
|
||||
|
||||
### Fixed
|
||||
|
||||
* Erlang packages failing to install due to old rebar3 version
|
||||
|
||||
## [v0.18.0](https://github.com/livebook-dev/livebook/tree/v0.18.0) (2025-12-01)
|
||||
|
||||
### Added
|
||||
|
|
|
|||
2
mix.exs
2
mix.exs
|
|
@ -6,7 +6,7 @@ defmodule Livebook.MixProject do
|
|||
use Mix.Project
|
||||
|
||||
@elixir_requirement "~> 1.18"
|
||||
@version "0.18.0"
|
||||
@version "0.18.1"
|
||||
@description "Automate code & data workflows with interactive notebooks"
|
||||
|
||||
def project do
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue