From 7d9ed7694f52c0b540082418d0616701f856a6a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20K=C5=82osko?= Date: Mon, 17 Jun 2024 22:29:48 +0700 Subject: [PATCH] Release v0.13.0 --- CHANGELOG.md | 2 +- README.md | 2 +- mix.exs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5582c5bf..9fc96d9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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). -## [Unreleased](https://github.com/livebook-dev/kino) +## [v0.13.0](https://github.com/livebook-dev/kino/tree/v0.13.0) (2024-06-17) ### Added diff --git a/README.md b/README.md index e43dd888..6a779f36 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.3"} + {:kino, "~> 0.13.0"} ]) ``` diff --git a/mix.exs b/mix.exs index 53e6bcf3..2dbe7d20 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Kino.MixProject do use Mix.Project - @version "0.12.3" + @version "0.13.0" @description "Interactive widgets for Livebook" def project do