Skip to content

Commit bc31602

Browse files
Prepare v0.3.0 release (#277)
1 parent 1568ba2 commit bc31602

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lightswitch"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
edition = "2021"
55
description = "CPU profiler as a library for Linux suitable for on-demand and continuous profiling"
66
license = "MIT"
@@ -48,9 +48,9 @@ ctrlc = "3.4.5"
4848
crossbeam-channel = "0.5.14"
4949
itertools = "0.14.0"
5050
lightswitch-metadata = { path = "lightswitch-metadata", version = "0.2.1" }
51-
lightswitch-proto = { path = "lightswitch-proto", version = "0.2.0" }
52-
lightswitch-capabilities = { path = "lightswitch-capabilities", version = "0.2.0" }
53-
lightswitch-object = { path = "lightswitch-object", version = "0.3.0" }
51+
lightswitch-proto = { path = "lightswitch-proto", version = "0.2.1" }
52+
lightswitch-capabilities = { path = "lightswitch-capabilities", version = "0.2.1" }
53+
lightswitch-object = { path = "lightswitch-object", version = "0.3.1" }
5454
memmap2 = { workspace = true }
5555
anyhow = { workspace = true }
5656
libbpf-sys = { workspace = true }

lightswitch-capabilities/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lightswitch-capabilities"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55
description = "Discover which BPF features are available"
66
license = "MIT"

lightswitch-object/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lightswitch-object"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2021"
55
description = "Deals with object files"
66
license = "MIT"

lightswitch-proto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lightswitch-proto"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55
description = "Protocol buffers wrappers for use in profiling tools"
66
license = "MIT"

0 commit comments

Comments
 (0)