Skip to content

Commit

Permalink
✨ (Cargo.toml): Bump version to 0.5.0 for new release
Browse files Browse the repository at this point in the history
⬆️ (Cargo.toml): Upgrade various dependencies to their latest versions for improved performance and security
🔧 (Cargo.toml): Replace dotenv with dotenvy for better error handling
🔧 (Cargo.toml): Remove onnxruntime dependency as it's no longer needed
🐛 (auth.rs): Add missing newline for better code readability
♻️ (classifier.rs): Refactor Classifier to use ort::Session instead of onnxruntime::session::Session for better performance and simplicity
📝 (CHANGELOG.md): Update changelog with details of the new release
  • Loading branch information
wenxuanjun committed Sep 23, 2024
1 parent c2f60de commit 76f82cc
Show file tree
Hide file tree
Showing 6 changed files with 282 additions and 389 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.5.0] - 2024-09-23

- 真静态编译,不再需要手动安装 `onnxruntime`,体积因此大幅增加

## [0.4.2] - 2024-05-16

- 验证码错误时不再重复获取 pushPageId 和 ssid
Expand Down Expand Up @@ -30,6 +34,7 @@
- Initial release
- 在 Windows 和 Linux 上通过测试

[0.5.0]: https://github.com/ShanghaitechGeekPie/net-loginer/releases/tag/v0.5.0
[0.4.2]: https://github.com/ShanghaitechGeekPie/net-loginer/releases/tag/v0.4.2
[0.4.1]: https://github.com/ShanghaitechGeekPie/net-loginer/releases/tag/v0.4.1
[0.4.0]: https://github.com/ShanghaitechGeekPie/net-loginer/releases/tag/v0.4.0
Expand Down
Loading

0 comments on commit 76f82cc

Please sign in to comment.