File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ To bring Kino to Livebook all you need to do is `Mix.install/2`:
1414
1515``` elixir
1616Mix .install ([
17- {:kino , " ~> 0.15 .0" }
17+ {:kino , " ~> 0.16 .0" }
1818])
1919```
2020
Original file line number Diff line number Diff line change 11defmodule 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
You can’t perform that action at this time.
0 commit comments