From 763b3ff6a74f75097c767b57f831da8552da5f89 Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Sun, 12 May 2024 14:08:12 +0200 Subject: [PATCH] Version 0.8.4 --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- crates/lune/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78086e6..be64496 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,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 +## `0.8.4` - May 12th, 2024 ### Changed diff --git a/Cargo.lock b/Cargo.lock index a4cfe3a..988c44a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1471,7 +1471,7 @@ dependencies = [ [[package]] name = "lune" -version = "0.8.3" +version = "0.8.4" dependencies = [ "anyhow", "clap", diff --git a/crates/lune/Cargo.toml b/crates/lune/Cargo.toml index af528d9..4e43302 100644 --- a/crates/lune/Cargo.toml +++ b/crates/lune/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lune" -version = "0.8.3" +version = "0.8.4" edition = "2021" license = "MPL-2.0" repository = "https://github.com/lune-org/lune"