From 969a54948eca6efad158772f2d8a747241c29e01 Mon Sep 17 00:00:00 2001 From: Milad Nekofar Date: Wed, 11 Dec 2024 12:51:57 +0400 Subject: [PATCH] chore(release): prepare for version 1.3.0-alpha.3 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80ba6a9..1a8f6b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [1.3.0-alpha.3] - 2024-12-11 + +### Bug Fixes + +- Solve some minor issues and update dependencies + ## [1.3.0-alpha.2] - 2024-12-04 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 19ef7ce..a461497 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1576,7 +1576,7 @@ checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" [[package]] name = "lilnouns-bots" -version = "1.3.0-alpha.1" +version = "1.3.0-alpha.3" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index ff29942..1184bf5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lilnouns-bots" -version = "1.3.0-alpha.1" +version = "1.3.0-alpha.3" authors = ["Milad Nekofar "] edition = "2021" description = "Our bots are designed to keep the Lil Nouns DAO community informed and engaged."