Skip to content

Commit b7a420f

Browse files
committed
chore: v4.0.1
1 parent 346a422 commit b7a420f

File tree

6 files changed

+18
-8
lines changed

6 files changed

+18
-8
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
[package]
1616
name = "fas-rs"
17-
version = "4.0.0"
17+
version = "4.0.1"
1818
edition = "2021"
1919
description = "Frame aware scheduling for android. Requires kernel ebpf support."
2020
authors = ["shadow3"]

update/en-US/changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# v4.0.1 (2024-11-27)
2+
3+
* fix: 先进行fas再比较 ([346a422](https://github.com/shadow3aaa/fas-rs/commit/346a422))
4+
* fix: 废弃OFFSET_MAP以修复offset和新策略不兼容的问题 ([ffaca27](https://github.com/shadow3aaa/fas-rs/commit/ffaca27))
5+
16
# v4.0.0 (2024-11-27)
27

38
* refactor: Use transparent error messages ([9cc0b2a](https://github.com/shadow3aaa/fas-rs/commit/9cc0b2a))

update/update.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"versionCode": 400,
3-
"version": "v4.0.0",
4-
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v4.0.0/fas-rs.zip",
2+
"versionCode": 401,
3+
"version": "v4.0.1",
4+
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v4.0.1/fas-rs.zip",
55
"changelog": "https://github.com/shadow3aaa/fas-rs/raw/master/update/zh-CN/changelog.md"
66
}

update/update_en.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"versionCode": 400,
3-
"version": "v4.0.0",
4-
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v4.0.0/fas-rs.zip",
2+
"versionCode": 401,
3+
"version": "v4.0.1",
4+
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v4.0.1/fas-rs.zip",
55
"changelog": "https://github.com/shadow3aaa/fas-rs/raw/master/update/en-US/changelog.md"
66
}

update/zh-CN/changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# v4.0.1 (2024-11-27)
2+
3+
* fix: Perform fas before comparison ([346a422](https://github.com/shadow3aaa/fas-rs/commit/346a422))
4+
* fix: Deprecated OFFSET_MAP to fix incompatibility issues between offset and new strategy ([ffaca27](https://github.com/shadow3aaa/fas-rs/commit/ffaca27))
5+
16
# v4.0.0 (2024-11-27)
27

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

0 commit comments

Comments
 (0)