Skip to content

Commit

Permalink
Merge pull request #252 from sched-ext/htejun/bump-versions
Browse files Browse the repository at this point in the history
Bump versions to prepare for a release
  • Loading branch information
htejun committed Apr 29, 2024
2 parents 3e7ef35 + e5e88b7 commit 3ee64a1
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 <changwoo@igalia.com>", "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 <htejun@meta.com>", "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 <dschatzberg@meta.com>", "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 3ee64a1

Please sign in to comment.