mirror of
https://github.com/eRgo35/lyra.git
synced 2026-02-04 12:26:10 +01:00
Compare commits
1 Commits
v0.10.8
...
release-pl
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9ce77fdb66 |
@@ -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
|
||||
|
||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -1540,7 +1540,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "lyra"
|
||||
version = "0.10.7"
|
||||
version = "0.10.8"
|
||||
dependencies = [
|
||||
"dotenv",
|
||||
"json",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "lyra"
|
||||
version = "0.10.7"
|
||||
version = "0.10.8"
|
||||
authors = ["Michał Czyż <mike@c2yz.com>"]
|
||||
edition = "2021"
|
||||
description = "A featureful Discord bot written in Rust."
|
||||
|
||||
Reference in New Issue
Block a user