Skip to content

Commit 8d23de1

Browse files
committed
Release v0.16.0
1 parent dbe4d8a commit 8d23de1

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [v0.16.0](https://github.com/livebook-dev/kino/tree/v0.16.0) (2025-05-08)
9+
10+
This minor version brings no significant changes, it released for parity with Livebook v0.16.
11+
12+
### Fixed
13+
14+
* Rendering of remote PIDs
15+
816
## [v0.15.3](https://github.com/livebook-dev/kino/tree/v0.15.3) (2025-03-05)
917

1018
### Fixed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To bring Kino to Livebook all you need to do is `Mix.install/2`:
1414

1515
```elixir
1616
Mix.install([
17-
{:kino, "~> 0.15.0"}
17+
{:kino, "~> 0.16.0"}
1818
])
1919
```
2020

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Kino.MixProject do
22
use Mix.Project
33

4-
@version "0.15.3"
4+
@version "0.16.0"
55
@description "Interactive widgets for Livebook"
66

77
def project do

0 commit comments

Comments
 (0)