chore: release

This commit is contained in:
Michał Czyż
2024-08-13 14:51:01 +02:00
committed by GitHub
parent 08fbdc828c
commit 051ae857a7
3 changed files with 14 additions and 2 deletions

View File

@@ -1 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.10.3](https://github.com/eRgo35/lyra/compare/v0.10.2...v0.10.3) - 2024-08-13
### Other
- release-plz
# Changelog

2
Cargo.lock generated
View File

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

View File

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