diff --git a/CHANGELOG.md b/CHANGELOG.md index 655f61e..540538d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [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 ### Other diff --git a/Cargo.lock b/Cargo.lock index a6161e3..52ba1b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1311,7 +1311,7 @@ dependencies = [ [[package]] name = "lyra" -version = "0.10.3" +version = "0.10.4" dependencies = [ "dotenv", "json", diff --git a/Cargo.toml b/Cargo.toml index 32503ed..b4f9701 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lyra" -version = "0.10.3" +version = "0.10.4" authors = ["Michał Czyż "] edition = "2021" description = "A featureful Discord bot written in Rust."