mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-11-11 22:51:43 +08:00
Release v0.17.0
This commit is contained in:
parent
520ca6c802
commit
0b68a5df4e
2 changed files with 10 additions and 2 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -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
|
||||
|
||||
|
|
|
|||
2
mix.exs
2
mix.exs
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue