Skip to content

Commit

Permalink
chore: v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shadow3aaa committed Jul 24, 2024
1 parent d30cb99 commit 1824694
Show file tree
Hide file tree
Showing 12 changed files with 32 additions and 24 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 = "3.0.0"
version = "3.0.1"
edition = "2021"
description = "Frame aware scheduling for android."
authors = ["shadow3"]
Expand Down
4 changes: 2 additions & 2 deletions module/fas-rs-ebpf/module.prop
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
id=fas_rs
name=Ebpf - fas-rs
version=v3.0.0
versionCode=300
version=v3.0.1
versionCode=301
author=shadow3
description=Frame aware scheduling for android. Requires kernel ebpf support.
4 changes: 2 additions & 2 deletions module/fas-rs-zygisk/module.prop
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
id=fas_rs
name=Zygisk - fas-rs
version=v3.0.0
versionCode=300
version=v3.0.1
versionCode=301
author=shadow3
description=Frame aware scheduling for android. Requires Magisk 24.0+ and Zygisk enabled.
4 changes: 4 additions & 0 deletions update/en-US/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v3.0.1 (2024-07-24)

- fix: The new function of apiv1 is not registered

## v3.0.0 (2024-07-23)

* build: Update dependencies ([a1c6680](https://github.com/shadow3aaa/fas-rs/commit/a1c6680))
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": 300,
"version": "v3.0.0",
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v3.0.0/fas-rs-zygisk.zip",
"versionCode": 301,
"version": "v3.0.1",
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v3.0.1/fas-rs-zygisk.zip",
"changelog": "https://github.com/shadow3aaa/fas-rs/raw/master/update/zh-CN/changelog.md"
}
6 changes: 3 additions & 3 deletions update/update_ebpf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"versionCode": 300,
"version": "v3.0.0",
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v3.0.0/fas-rs-ebpf.zip",
"versionCode": 301,
"version": "v3.0.1",
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v3.0.1/fas-rs-ebpf.zip",
"changelog": "https://github.com/shadow3aaa/fas-rs/raw/master/update/zh-CN/changelog.md"
}
6 changes: 3 additions & 3 deletions update/update_ebpf_en.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"versionCode": 300,
"version": "v3.0.0",
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v3.0.0/fas-rs-ebpf.zip",
"versionCode": 301,
"version": "v3.0.1",
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v3.0.1/fas-rs-ebpf.zip",
"changelog": "https://github.com/shadow3aaa/fas-rs/raw/master/update/en-US/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": 300,
"version": "v3.0.0",
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v3.0.0/fas-rs-zygisk.zip",
"versionCode": 301,
"version": "v3.0.1",
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v3.0.1/fas-rs-zygisk.zip",
"changelog": "https://github.com/shadow3aaa/fas-rs/raw/master/update/en-US/changelog.md"
}
6 changes: 3 additions & 3 deletions update/update_zygisk.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"versionCode": 300,
"version": "v3.0.0",
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v3.0.0/fas-rs-zygisk.zip",
"versionCode": 301,
"version": "v3.0.1",
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v3.0.1/fas-rs-zygisk.zip",
"changelog": "https://github.com/shadow3aaa/fas-rs/raw/master/update/zh-CN/changelog.md"
}
6 changes: 3 additions & 3 deletions update/update_zygisk_en.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"versionCode": 300,
"version": "v3.0.0",
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v3.0.0/fas-rs-zygisk.zip",
"versionCode": 301,
"version": "v3.0.1",
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v3.0.1/fas-rs-zygisk.zip",
"changelog": "https://github.com/shadow3aaa/fas-rs/raw/master/update/en-US/changelog.md"
}
4 changes: 4 additions & 0 deletions update/zh-CN/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v3.0.1 (2024-07-24)

- fix: apiv1的新增函数未注册

## v3.0.0 (2024-07-23)

* build: 更新依赖 ([a1c6680](https://github.com/shadow3aaa/fas-rs/commit/a1c6680))
Expand Down

0 comments on commit 1824694

Please sign in to comment.