Skip to content

Commit

Permalink
Bump versions to prepare for a release
Browse files Browse the repository at this point in the history
  • Loading branch information
htejun committed Apr 29, 2024
1 parent 3e7ef35 commit e5e88b7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('sched_ext schedulers', 'c',
version: '0.1.8',
version: '0.1.9',
license: 'GPL-2.0')

if meson.version().version_compare('<1.2')
Expand Down
2 changes: 1 addition & 1 deletion scheds/rust/scx_lavd/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "scx_lavd"
version = "0.1.1"
version = "0.1.2"
authors = ["Changwoo Min <[email protected]>", "Igalia"]
edition = "2021"
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"
Expand Down
2 changes: 1 addition & 1 deletion scheds/rust/scx_layered/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "scx_layered"
version = "0.0.7"
version = "0.0.8"
authors = ["Tejun Heo <[email protected]>", "Meta"]
edition = "2021"
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"
Expand Down
2 changes: 1 addition & 1 deletion scheds/rust/scx_rusty/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "scx_rusty"
version = "0.5.5"
version = "0.5.6"
authors = ["Dan Schatzberg <[email protected]>", "Meta"]
edition = "2021"
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"
Expand Down

0 comments on commit e5e88b7

Please sign in to comment.