Skip to content

Commit d1c9f13

Browse files
committed
Release v0.18.3
1 parent 0db3226 commit d1c9f13

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
44

5+
## [v0.18.3](https://github.com/livebook-dev/livebook/tree/v0.18.3) (2026-01-14)
6+
7+
### Changed
8+
9+
* Deployment from CLI to skip unchanged apps by default ([#3116](https://github.com/livebook-dev/livebook/pull/3116))
10+
11+
### Fixed
12+
13+
* File search input getting disabled when loading directory files
14+
* Fixed `Node.set_cookie` usage in Phoenix integration docs ([#3114](https://github.com/livebook-dev/livebook/pull/3114))
15+
516
## [v0.18.2](https://github.com/livebook-dev/livebook/tree/v0.18.2) (2025-12-15)
617

718
### Added

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule Livebook.MixProject do
66
use Mix.Project
77

88
@elixir_requirement "~> 1.18"
9-
@version "0.18.2"
9+
@version "0.18.3"
1010
@description "Automate code & data workflows with interactive notebooks"
1111

1212
def project do

0 commit comments

Comments
 (0)