diff --git a/Cargo.lock b/Cargo.lock index b3b515f..c7ee9f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -689,7 +689,7 @@ dependencies = [ [[package]] name = "fas-rs" -version = "4.4.0" +version = "4.5.0" dependencies = [ "anyhow", "dumpsys-rs", diff --git a/Cargo.toml b/Cargo.toml index 4243747..9e4fb81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] diff --git a/update/en-US/changelog.md b/update/en-US/changelog.md index 4a1ea87..72a4b5c 100644 --- a/update/en-US/changelog.md +++ b/update/en-US/changelog.md @@ -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)) diff --git a/update/update.json b/update/update.json index e29601b..aea32c5 100644 --- a/update/update.json +++ b/update/update.json @@ -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" } \ No newline at end of file diff --git a/update/update_en.json b/update/update_en.json index ff68727..6f508d0 100644 --- a/update/update_en.json +++ b/update/update_en.json @@ -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" } \ No newline at end of file diff --git a/update/zh-CN/changelog.md b/update/zh-CN/changelog.md index 8fcaac6..7a87f58 100644 --- a/update/zh-CN/changelog.md +++ b/update/zh-CN/changelog.md @@ -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))