2 Commits

Author SHA1 Message Date
Michał Czyż
8fadcaa232 Merge e20a98f378 into 66052e4f74 2024-08-16 14:35:55 +02:00
Michał Czyż
e20a98f378 chore: release 2024-08-16 14:35:51 +02:00
3 changed files with 7 additions and 2 deletions

View File

@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.10.7](https://github.com/eRgo35/lyra/compare/v0.10.6...v0.10.7) - 2024-08-16
### Other
- update Cargo.lock dependencies
## [0.10.4](https://github.com/eRgo35/lyra/compare/v0.10.3...v0.10.4) - 2024-08-13
### Fixed

2
Cargo.lock generated
View File

@@ -1311,7 +1311,7 @@ dependencies = [
[[package]]
name = "lyra"
version = "0.10.6"
version = "0.10.7"
dependencies = [
"dotenv",
"json",

View File

@@ -1,6 +1,6 @@
[package]
name = "lyra"
version = "0.10.6"
version = "0.10.7"
authors = ["Michał Czyż <mike@c2yz.com>"]
edition = "2021"
description = "A featureful Discord bot written in Rust."