Skip to content

Commit

Permalink
更新版本号和changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Shapooo committed Jul 9, 2024
1 parent c8e0fea commit 1caeb5d
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 46 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,22 @@

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

## [Unreleased]
## [v0.2.4] - 2024-07-09

### Added

- README 中添加高级功能使用教程

### Fixed

- 取消收藏时,因已经取消的收藏导致的报错直接忽略
- posts.html 模板增加更仔细的字段检查,避免因字段不存在导致的闪退

### Changed

- 更新依赖版本
- 依 clippy 建议进行修改
- 设置默认日志等级到 debug,方便问题排查

## [v0.2.3] - 2024-02-27

Expand Down
88 changes: 44 additions & 44 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 = "weiback-rs"
version = "0.1.0"
version = "0.2.4"
edition = "2021"
default-run = "weiback-rs"

Expand Down

0 comments on commit 1caeb5d

Please sign in to comment.