From 051ae857a7e12e68004b9177838e7c2ccba8767a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Czy=C5=BC?= Date: Tue, 13 Aug 2024 14:51:01 +0200 Subject: [PATCH] chore: release --- CHANGELOG.md | 12 ++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 825c32f..655f61e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index d970a29..a6161e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1311,7 +1311,7 @@ dependencies = [ [[package]] name = "lyra" -version = "0.10.2" +version = "0.10.3" dependencies = [ "dotenv", "json", diff --git a/Cargo.toml b/Cargo.toml index 2ab6c79..baae0d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lyra" -version = "0.10.2" +version = "0.10.3" authors = ["Michał Czyż "] edition = "2021" description = "A featureful Discord bot written in Rust."