From 874a5d1e61a86f215c4198bdccd455f2eb16e44d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20K=C5=82osko?= Date: Thu, 27 Jun 2024 15:05:04 +0700 Subject: [PATCH] Release v0.1.12 --- CHANGELOG.md | 8 +++++++- mix.exs | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94d8909..c047d02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +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.1.11](https://github.com/livebook-dev/kino_vega_lite/tree/v0.1.10) (2023-11-15) +## [v0.1.12](https://github.com/livebook-dev/kino_vega_lite/tree/v0.1.12) (2024-06-27) + +### Added + +* Configuration option for disabling the default theme ([#56](https://github.com/livebook-dev/kino_vega_lite/pull/56)) + +## [v0.1.11](https://github.com/livebook-dev/kino_vega_lite/tree/v0.1.11) (2023-11-15) ### Added diff --git a/mix.exs b/mix.exs index 20b0d5d..1654e10 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule KinoVegaLite.MixProject do use Mix.Project - @version "0.1.11" + @version "0.1.12" @description "Vega-Lite integration with Livebook" def project do