From 3e34aab140e925feafa7974a846c74548f3fe67e Mon Sep 17 00:00:00 2001 From: Cristine Guadelupe Date: Fri, 5 Jan 2024 12:09:32 -0300 Subject: [PATCH] Release v0.12.2 --- CHANGELOG.md | 6 ++++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 804d62a9..9e6db7d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v0.12.2](https://github.com/livebook-dev/kino/tree/v0.12.2) (2024-01-05) + +### Fixed + +* Correctly renders CellKind `:list` for `Kino.DataTable` ([#376](https://github.com/livebook-dev/kino/pull/376)) + ## [v0.12.1](https://github.com/livebook-dev/kino/tree/v0.12.1) (2024-01-02) ### Added diff --git a/README.md b/README.md index 7e21b87e..77bd918b 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ To bring Kino to Livebook all you need to do is `Mix.install/2`: ```elixir Mix.install([ - {:kino, "~> 0.12.1"} + {:kino, "~> 0.12.2"} ]) ``` diff --git a/mix.exs b/mix.exs index cb7384e3..e189221f 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Kino.MixProject do use Mix.Project - @version "0.12.1" + @version "0.12.2" @description "Interactive widgets for Livebook" def project do