Skip to content

Commit

Permalink
chore: v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shadow3aaa committed Nov 27, 2024
1 parent 346a422 commit d9388c3
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 8 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 @@ -14,7 +14,7 @@

[package]
name = "fas-rs"
version = "4.0.0"
version = "4.0.1"
edition = "2021"
description = "Frame aware scheduling for android. Requires kernel ebpf support."
authors = ["shadow3"]
Expand Down
5 changes: 5 additions & 0 deletions update/en-US/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v4.0.1 (2024-11-27)

* fix: Perform fas before comparison ([346a422](https://github.com/shadow3aaa/fas-rs/commit/346a422))
* fix: Deprecated OFFSET_MAP to fix incompatibility issues between offset and new strategy ([ffaca27](https://github.com/shadow3aaa/fas-rs/commit/ffaca27))

# v4.0.0 (2024-11-27)

* refactor: Use transparent error messages ([9cc0b2a](https://github.com/shadow3aaa/fas-rs/commit/9cc0b2a))
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": 400,
"version": "v4.0.0",
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v4.0.0/fas-rs.zip",
"versionCode": 401,
"version": "v4.0.1",
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v4.0.1/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": 400,
"version": "v4.0.0",
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v4.0.0/fas-rs.zip",
"versionCode": 401,
"version": "v4.0.1",
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v4.0.1/fas-rs.zip",
"changelog": "https://github.com/shadow3aaa/fas-rs/raw/master/update/en-US/changelog.md"
}
5 changes: 5 additions & 0 deletions update/zh-CN/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v4.0.1 (2024-11-27)

* fix: 先进行fas再比较 ([346a422](https://github.com/shadow3aaa/fas-rs/commit/346a422))
* fix: 废弃OFFSET_MAP以修复offset和新策略不兼容的问题 ([ffaca27](https://github.com/shadow3aaa/fas-rs/commit/ffaca27))

# v4.0.0 (2024-11-27)

* refactor: 使用透明错误消息 ([9cc0b2a](https://github.com/shadow3aaa/fas-rs/commit/9cc0b2a))
Expand Down

0 comments on commit d9388c3

Please sign in to comment.