From 0653531e231fbaa93c5cb70552e0c7f3fb6c5bc9 Mon Sep 17 00:00:00 2001 From: JQiue <861947542@qq.com> Date: Tue, 10 Dec 2024 20:51:48 +0800 Subject: [PATCH] chore: Release waline-mini version 0.3.0 --- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 350afd3..caa41a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ All notable changes to this project will be documented in this file. - Simplify create_comment_data error handling +### ⚙️ Miscellaneous Tasks + +- Supplement metedata and add the CHANGELOG.md generation tool + ## [0.2.0] - 2024-09-22 ### 🚀 Features diff --git a/Cargo.lock b/Cargo.lock index c190847..73fba0a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3072,7 +3072,7 @@ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" [[package]] name = "waline-mini" -version = "0.2.0" +version = "0.3.0" dependencies = [ "actix-cors", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 5401c8f..f35221b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "waline-mini" -version = "0.2.0" +version = "0.3.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html