Skip to content

Commit 3ee64a1

Browse files
authored
Merge pull request #252 from sched-ext/htejun/bump-versions
Bump versions to prepare for a release
2 parents 3e7ef35 + e5e88b7 commit 3ee64a1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('sched_ext schedulers', 'c',
2-
version: '0.1.8',
2+
version: '0.1.9',
33
license: 'GPL-2.0')
44

55
if meson.version().version_compare('<1.2')

scheds/rust/scx_lavd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "scx_lavd"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["Changwoo Min <[email protected]>", "Igalia"]
55
edition = "2021"
66
description = "A Latency-criticality Aware Virtual Deadline (LAVD) scheduler based on sched_ext, which is a Linux kernel feature which enables implementing kernel thread schedulers in BPF and dynamically loading them. https://github.com/sched-ext/scx/tree/main"

scheds/rust/scx_layered/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "scx_layered"
3-
version = "0.0.7"
3+
version = "0.0.8"
44
authors = ["Tejun Heo <[email protected]>", "Meta"]
55
edition = "2021"
66
description = "A highly configurable multi-layer BPF / user space hybrid scheduler used within sched_ext, which is a Linux kernel feature which enables implementing kernel thread schedulers in BPF and dynamically loading them. https://github.com/sched-ext/scx/tree/main"

scheds/rust/scx_rusty/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "scx_rusty"
3-
version = "0.5.5"
3+
version = "0.5.6"
44
authors = ["Dan Schatzberg <[email protected]>", "Meta"]
55
edition = "2021"
66
description = "A multi-domain, BPF / user space hybrid scheduler used within sched_ext, which is a Linux kernel feature which enables implementing kernel thread schedulers in BPF and dynamically loading them. https://github.com/sched-ext/scx/tree/main"

0 commit comments

Comments
 (0)