Skip to content

Commit

Permalink
chore: v4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shadow3aaa committed Jan 26, 2025
1 parent 26cbb1e commit add5086
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
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
Expand Up @@ -20,7 +20,7 @@ members = ["xtask"]

[package]
name = "fas-rs"
version = "4.4.0"
version = "4.5.0"
edition = "2021"
description = "Frame aware scheduling for android. Requires kernel ebpf support."
authors = ["shadow3"]
Expand Down
2 changes: 1 addition & 1 deletion update/en-US/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v4.4.0 (2025-01-24)
# v4.5.0 (2025-01-25)

* fix: Fix #136 ([3ff7ec7](https://github.com/shadow3aaa/fas-rs/commit/3ff7ec7)), closes [#136](https://github.com/shadow3aaa/fas-rs/issues/136)
* fix: Update README icons to fix broken links that may prevent icons from being displayed locally ([5762ad5](https://github.com/shadow3aaa/fas-rs/commit/5762ad5))
Expand Down
6 changes: 3 additions & 3 deletions update/update.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"versionCode": 440,
"version": "v4.4.0",
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v4.4.0/fas-rs.zip",
"versionCode": 450,
"version": "v4.5.0",
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v4.5.0/fas-rs.zip",
"changelog": "https://github.com/shadow3aaa/fas-rs/raw/master/update/zh-CN/changelog.md"
}
6 changes: 3 additions & 3 deletions update/update_en.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"versionCode": 440,
"version": "v4.4.0",
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v4.4.0/fas-rs.zip",
"versionCode": 450,
"version": "v4.5.0",
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v4.5.0/fas-rs.zip",
"changelog": "https://github.com/shadow3aaa/fas-rs/raw/master/update/en-US/changelog.md"
}
2 changes: 1 addition & 1 deletion update/zh-CN/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v4.4.0 (2025-01-24)
# v4.5.0 (2025-01-25)

* fix: Fix #136 ([3ff7ec7](https://github.com/shadow3aaa/fas-rs/commit/3ff7ec7)), closes [#136](https://github.com/shadow3aaa/fas-rs/issues/136)
* fix: 更新README中的图标未链接修复本地查看可能看不到图标的问题 ([5762ad5](https://github.com/shadow3aaa/fas-rs/commit/5762ad5))
Expand Down

0 comments on commit add5086

Please sign in to comment.