Release v0.16.1

This commit is contained in:
Jonatan Kłosko 2025-05-21 13:11:21 +02:00
parent 273603fa69
commit f03ed0d360
2 changed files with 7 additions and 1 deletions

View file

@ -2,6 +2,12 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [v0.16.1](https://github.com/livebook-dev/livebook/tree/v0.16.1) (2025-05-21)
### Fixed
* Fly runtime and FLAME workers failing to start due to missing epmd
## [v0.16.0](https://github.com/livebook-dev/livebook/tree/v0.16.0) (2025-05-20)
This release marks Livebook Teams coming out of beta. It also brings experimental support for Python code evaluation. The Python integration is not feature complete and we plan to continue work on it. If you give it a try and you want to provide feedback, feel free to drop a comment on [#2937](https://github.com/livebook-dev/livebook/issues/2937).

View file

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