From 0c30e7865cdfd30bcc87e4aa0988572d1514dcf4 Mon Sep 17 00:00:00 2001 From: Cristine Guadelupe Date: Tue, 2 Jan 2024 17:36:04 -0300 Subject: [PATCH] Release v0.12.1 (#374) --- CHANGELOG.md | 7 +++++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67448d5a..b771c0ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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.1](https://github.com/livebook-dev/kino/tree/v0.12.1) (2024-01-02) + +### Added + +* CellKind `:list` for `Kino.DataTable` + + ## [v0.12.0](https://github.com/livebook-dev/kino/tree/v0.12.0) (2023-12-12) ### Added diff --git a/README.md b/README.md index 33acb325..7e21b87e 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.0"} + {:kino, "~> 0.12.1"} ]) ``` diff --git a/mix.exs b/mix.exs index 033e7c75..cb7384e3 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Kino.MixProject do use Mix.Project - @version "0.12.0" + @version "0.12.1" @description "Interactive widgets for Livebook" def project do