Skip to content

Commit 89994e6

Browse files
d-e-s-odanielocfb
authored andcommitted
Release 0.22.0
Prepare for release of 0.22.0 by bumping both libbpf-rs and libbpf-cargo versions accordingly. Signed-off-by: Daniel Müller <[email protected]>
1 parent 62009f5 commit 89994e6

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

Cargo.lock

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

libbpf-cargo/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Unreleased
2-
----------
1+
0.22.0
2+
------
33
- Adjusted skeleton creation logic to generate shared and exclusive datasec
44
accessor functions
55
- Removed `Error` enum in favor of `anyhow::Error`

libbpf-cargo/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repository = "https://github.com/libbpf/libbpf-rs"
55
homepage = "https://github.com/libbpf/libbpf-rs"
66
documentation = "https://docs.rs/crate/libbpf-cargo"
77
readme = "README.md"
8-
version = "0.21.2"
8+
version = "0.22.0"
99
authors = ["Daniel Xu <[email protected]>", "Daniel Müller <[email protected]>"]
1010
edition = "2021"
1111
rust-version = "1.65"
@@ -33,7 +33,7 @@ novendor = ["libbpf-sys/novendor"]
3333
anyhow = "1.0.1"
3434
cargo_metadata = "0.15.0"
3535
libbpf-sys = { version = "1.0.3" }
36-
libbpf-rs = { version = "0.21", path = "../libbpf-rs" }
36+
libbpf-rs = { version = "0.22", path = "../libbpf-rs" }
3737
memmap2 = "0.5"
3838
num_enum = "0.5"
3939
regex = { version = "1.6.0", default-features = false, features = ["std", "unicode-perl"] }

libbpf-rs/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Unreleased
2-
----------
1+
0.22.0
2+
------
33
- Reworked `Error` type:
44
- Replaced `enum` with data variants with `struct` hiding internal structure
55
- Added support for chaining of errors

libbpf-rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "libbpf-rs is a safe, idiomatic, and opinionated wrapper around li
44
repository = "https://github.com/libbpf/libbpf-rs"
55
homepage = "https://github.com/libbpf/libbpf-rs"
66
readme = "README.md"
7-
version = "0.21.2"
7+
version = "0.22.0"
88
authors = ["Daniel Xu <[email protected]>", "Daniel Müller <[email protected]>"]
99
edition = "2021"
1010
rust-version = "1.65"

0 commit comments

Comments
 (0)