Skip to content

Commit

Permalink
chore: Release waline-mini version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JQiue committed Jan 3, 2025
1 parent 29927f0 commit 7c90d3a
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 4 deletions.
38 changes: 37 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "waline-mini"
version = "0.6.1"
version = "0.7.0"
edition = "2021"
publish = false

Expand Down

0 comments on commit 7c90d3a

Please sign in to comment.