From 51a7c9db9c368de191f1e20ec96457961030c73a Mon Sep 17 00:00:00 2001 From: Cristine Guadelupe Date: Sun, 21 Jan 2024 12:51:37 -0300 Subject: [PATCH] Release v0.1.17 --- CHANGELOG.md | 10 ++++++++++ README.md | 2 +- guides/components.livemd | 2 +- mix.exs | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5227139..487a293 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ 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.1.17](https://github.com/livebook-dev/kino_explorer/tree/v0.1.17) (2024-01-21) + +### Added + +- Supports operations for `:struct` ([#147](https://github.com/livebook-dev/kino_explorer/pull/147)) + +### Fixed + +- Update `data_options` after deleting an operation ([#148](https://github.com/livebook-dev/kino_explorer/pull/148)) + ## [v0.1.16](https://github.com/livebook-dev/kino_explorer/tree/v0.1.16) (2024-01-20) ### Added diff --git a/README.md b/README.md index 2b6dff3..2716ea3 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ To bring KinoExplorer to Livebook all you need to do is Mix.install/2: ```elixir Mix.install([ - {:kino_explorer, "~> 0.1.16"} + {:kino_explorer, "~> 0.1.17"} ]) ``` diff --git a/guides/components.livemd b/guides/components.livemd index 08ac471..b6a3c50 100644 --- a/guides/components.livemd +++ b/guides/components.livemd @@ -2,7 +2,7 @@ ```elixir Mix.install([ - {:kino_explorer, "~> 0.1.16"} + {:kino_explorer, "~> 0.1.17"} ]) ``` diff --git a/mix.exs b/mix.exs index 8da5091..d3c18f2 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule KinoExplorer.MixProject do use Mix.Project - @version "0.1.16" + @version "0.1.17" @description "Explorer integration with Livebook" def project do