Merge pull request #15 from eRgo35/release-plz-2024-08-13T13-12-37Z
Some checks failed
Rust / build (push) Has been cancelled
Release Plz / Release-plz (push) Has been cancelled

chore: release v0.10.4
This commit is contained in:
2024-08-13 15:25:20 +02:00
committed by GitHub
3 changed files with 12 additions and 2 deletions

View File

@@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [0.10.4](https://github.com/eRgo35/lyra/compare/v0.10.3...v0.10.4) - 2024-08-13
### Fixed
- added wip info for some commands
### Other
- cargo-dist action setup
- repo added to Cargo.toml
- using cargo-dist for package building
## [0.10.3](https://github.com/eRgo35/lyra/compare/v0.10.2...v0.10.3) - 2024-08-13 ## [0.10.3](https://github.com/eRgo35/lyra/compare/v0.10.2...v0.10.3) - 2024-08-13
### Other ### Other

2
Cargo.lock generated
View File

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

View File

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