From 9ce77fdb6629afd77b6a4fbc90eb3e044664b446 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Czy=C5=BC?= Date: Sun, 15 Dec 2024 20:02:38 +0100 Subject: [PATCH] chore: release v0.10.8 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b28ceb5..a27048a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.10.8](https://github.com/eRgo35/lyra/compare/v0.10.7...v0.10.8) - 2024-12-15 + +### Fixed + +- nix minor overlay changes + ## [0.10.7](https://github.com/eRgo35/lyra/compare/v0.10.6...v0.10.7) - 2024-08-16 ### Other diff --git a/Cargo.lock b/Cargo.lock index dd3fecf..8b566db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1540,7 +1540,7 @@ dependencies = [ [[package]] name = "lyra" -version = "0.10.7" +version = "0.10.8" dependencies = [ "dotenv", "json", diff --git a/Cargo.toml b/Cargo.toml index 793a526..7ad7b16 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lyra" -version = "0.10.7" +version = "0.10.8" authors = ["Michał Czyż "] edition = "2021" description = "A featureful Discord bot written in Rust."