From cc22a222805e4eed2beedc880b5e92f5fcd7fedb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20K=C5=82osko?= Date: Wed, 11 Sep 2024 22:42:42 +0700 Subject: [PATCH] Release v0.1.4 --- CHANGELOG.md | 8 +++++++- README.md | 2 +- guides/components.livemd | 2 +- mix.exs | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 577486b..5f8ccde 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.4](https://github.com/livebook-dev/kino_flame/tree/v0.1.4) (2024-09-11) + +### Changed + +* Updated FLAME to 0.5 + ## [v0.1.3](https://github.com/livebook-dev/kino_flame/tree/v0.1.3) (2024-09-05) ### Added @@ -15,7 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -* Relax FLAME dependency +* Relaxed FLAME dependency ## [v0.1.1](https://github.com/livebook-dev/kino_flame/tree/v0.1.1) (2024-08-27) diff --git a/README.md b/README.md index b02cc75..113f1fe 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ To bring KinoFLAME to Livebook all you need to do is `Mix.install/2`: ```elixir Mix.install([ - {:kino_flame, "~> 0.1.3"} + {:kino_flame, "~> 0.1.4"} ]) ``` diff --git a/guides/components.livemd b/guides/components.livemd index c256fa3..bdee633 100644 --- a/guides/components.livemd +++ b/guides/components.livemd @@ -2,7 +2,7 @@ ```elixir Mix.install([ - {:kino_flame, "~> 0.1.3"} + {:kino_flame, "~> 0.1.4"} ]) ``` diff --git a/mix.exs b/mix.exs index f1b1a68..ba8e880 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule KinoFLAME.MixProject do use Mix.Project - @version "0.1.3" + @version "0.1.4" @description "FLAME integration with Livebook" def project do