Release v0.17.0

This commit is contained in:
Jonatan Kłosko 2025-09-04 09:32:56 +02:00
parent 520ca6c802
commit 0b68a5df4e
2 changed files with 10 additions and 2 deletions

View file

@ -2,7 +2,15 @@
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.17.0](https://github.com/livebook-dev/livebook/tree/v0.17.0) (2025-09-04)
### Added
* Deploying notebooks from CLI via Teams ([#3034](https://github.com/livebook-dev/livebook/pull/3034), [#3044](https://github.com/livebook-dev/livebook/pull/3044))
### Fixed
* Drag and drop on file input
## v0.16

View file

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