From d9388c3732baf2f817f1ce90b6b489209c26a808 Mon Sep 17 00:00:00 2001 From: shadow3aaa Date: Wed, 27 Nov 2024 22:32:57 +0800 Subject: [PATCH] chore: v4.0.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- update/en-US/changelog.md | 5 +++++ update/update.json | 6 +++--- update/update_en.json | 6 +++--- update/zh-CN/changelog.md | 5 +++++ 6 files changed, 18 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c89bef50..84ac1ea3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -429,7 +429,7 @@ dependencies = [ [[package]] name = "fas-rs" -version = "4.0.0" +version = "4.0.1" dependencies = [ "anyhow", "dumpsys-rs", diff --git a/Cargo.toml b/Cargo.toml index 18e8e00a..e3e33369 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] diff --git a/update/en-US/changelog.md b/update/en-US/changelog.md index 21c584ae..78aa670a 100644 --- a/update/en-US/changelog.md +++ b/update/en-US/changelog.md @@ -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)) diff --git a/update/update.json b/update/update.json index 822967d9..ab597324 100644 --- a/update/update.json +++ b/update/update.json @@ -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" } \ No newline at end of file diff --git a/update/update_en.json b/update/update_en.json index 1af66bba..763636dc 100644 --- a/update/update_en.json +++ b/update/update_en.json @@ -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" } \ No newline at end of file diff --git a/update/zh-CN/changelog.md b/update/zh-CN/changelog.md index cc3ba0e6..cdec6024 100644 --- a/update/zh-CN/changelog.md +++ b/update/zh-CN/changelog.md @@ -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))