From 7c90d3a4a564f753bccb7dd464ae752169379d46 Mon Sep 17 00:00:00 2001 From: JQiue <861947542@qq.com> Date: Fri, 3 Jan 2025 21:59:13 +0800 Subject: [PATCH] chore: Release waline-mini version 0.7.0 --- CHANGELOG.md | 38 +++++++++++++++++++++++++++++++++++++- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 3 files changed, 40 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e13f6ab..ed7bccc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,39 @@ All notable changes to this project will be documented in this file. -## [0.6.1] +## [0.7.0] - 2025-01-03 + +### 🚀 Features + +- Impl mail vertification for registered users +- Impl data migration +- Add traits to print Result Err enum +- Use multiavatar as the default avatar +- Add redirect processing to the ui + +### 🐛 Bug Fixes + +- Fixed time formatting when importing data and inability to import comments +- Fix migrate data error +- Fixed date and time handling when data is migrated + +### 🚜 Refactor + +- Rewrite code +- Rewrite use statement + +### ⚙️ Miscellaneous Tasks + +- Fix leancloud health check +- Update release.yml +- Update .gitignore +- Assigned copyright +- Update .gitignore +- Adjust program internal configuration variables +- Change how to get the profile picture +- Update README.md + +## [0.6.1] - 2024-12-22 ### 🚀 Features @@ -18,10 +50,14 @@ All notable changes to this project will be documented in this file. - Update README.md - Enhance release workflow for multiple build targets +- Release v0.6.0 - Specify CHANGELGO.md - Use rustls to solve musl compilation issues and add LeanCloud feature for targeted deployment - Release v0.6.1 - Change to rustls for lettre +- Update ci +- Disable default features for lettre +- Fix ci ## [0.5.0] - 2024-12-20 diff --git a/Cargo.lock b/Cargo.lock index 9c75134..41c91c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "actix-codec" @@ -3440,7 +3440,7 @@ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" [[package]] name = "waline-mini" -version = "0.6.1" +version = "0.7.0" dependencies = [ "actix-cors", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 403f68f..156720d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "waline-mini" -version = "0.6.1" +version = "0.7.0" edition = "2021" publish = false