From 6d59b92cf4849b3df7e3847222045919b4cc66c4 Mon Sep 17 00:00:00 2001 From: Cristine Guadelupe Date: Fri, 1 Sep 2023 14:10:17 +0700 Subject: [PATCH] Release v0.1.10 --- CHANGELOG.md | 6 ++++++ README.md | 2 +- guides/components.livemd | 2 +- mix.exs | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c656475..193c706 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.1.10](https://github.com/livebook-dev/kino_explorer/tree/v0.1.10) (2023-09-01) + +### Fixed + +- Export lazy data frames ([#101](https://github.com/livebook-dev/kino_explorer/pull/101)) + ## [v0.1.9](https://github.com/livebook-dev/kino_explorer/tree/v0.1.9) (2023-08-31) ### Changed diff --git a/README.md b/README.md index 3f98c16..742737b 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.9"} + {:kino_explorer, "~> 0.1.10"} ]) ``` diff --git a/guides/components.livemd b/guides/components.livemd index 4aadf8a..2156b28 100644 --- a/guides/components.livemd +++ b/guides/components.livemd @@ -2,7 +2,7 @@ ```elixir Mix.install([ - {:kino_explorer, "~> 0.1.9"} + {:kino_explorer, "~> 0.1.10"} ]) ``` diff --git a/mix.exs b/mix.exs index c1fd881..b5a36bb 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule KinoExplorer.MixProject do use Mix.Project - @version "0.1.9" + @version "0.1.10" @description "Explorer integration with Livebook" def project do