Skip to content

Commit

Permalink
chore: release waline-mini version v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JQiue committed Dec 20, 2024
1 parent fe94f4f commit 8b0bc67
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

All notable changes to this project will be documented in this file.

## [0.5.0] - 2024-12-20

### 🚀 Features

- Refactor comment and user error handling
- Impl site notifications when a new comment is added
- Localization of in-station notifications
- Add custom user grade levels support
- Add Ammonia HTML sanitizer to prevent XSS

### ⚙️ Miscellaneous Tasks

- Update READEME.md
- Update README.md
- Commit LeanCloud deployment
- Update README.md
- Update README.md
- Update Cargo.lock
- Update READEME.md
- Release walini-mini version v0.5.0

## [0.4.2] - 2024-12-11

### 🐛 Bug Fixes
Expand All @@ -10,6 +31,10 @@ All notable changes to this project will be documented in this file.
- Fixed can't create momment error
- Fixed can't set user profile error

### ⚙️ Miscellaneous Tasks

- Release waline-mini version 0.4.2

## [0.4.1] - 2024-12-10

### 🐛 Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion 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.4.2"
version = "0.5.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 8b0bc67

Please sign in to comment.