From 9067b9aea77132e9d09f32a48df46fa09e9ed0f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20K=C5=82osko?= Date: Mon, 26 Feb 2024 17:57:40 +0700 Subject: [PATCH] Release v0.5.0 --- CHANGELOG.md | 2 +- README.md | 2 +- guides/components.livemd | 2 +- mix.exs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7333ab0..421b3dd 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_bumblebee) +## [v0.5.0](https://github.com/livebook-dev/kino_bumblebee/tree/v0.5.0) (2024-02-26) ### Added diff --git a/README.md b/README.md index 1da065a..4e436d3 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ To bring KinoBumblebee to Livebook all you need to do is `Mix.install/2`: ```elixir Mix.install([ - {:kino_bumblebee, "~> 0.4.0"} + {:kino_bumblebee, "~> 0.5.0"} ]) ``` diff --git a/guides/components.livemd b/guides/components.livemd index e899145..4b5d3a3 100644 --- a/guides/components.livemd +++ b/guides/components.livemd @@ -2,7 +2,7 @@ ```elixir Mix.install([ - {:kino_bumblebee, "~> 0.4.0"} + {:kino_bumblebee, "~> 0.5.0"} ]) ``` diff --git a/mix.exs b/mix.exs index 79e2b18..3a3209d 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule KinoBumblebee.MixProject do use Mix.Project - @version "0.4.0" + @version "0.5.0" @description "Bumblebee integration with Livebook" def project do