Skip to content

Commit

Permalink
Release 0.22.0
Browse files Browse the repository at this point in the history
Prepare for release of 0.22.0 by bumping both libbpf-rs and libbpf-cargo
versions accordingly.

Signed-off-by: Daniel Müller <deso@posteo.net>
  • Loading branch information
d-e-s-o authored and danielocfb committed Dec 6, 2023
1 parent 62009f5 commit 89994e6
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions libbpf-cargo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Unreleased
----------
0.22.0
------
- Adjusted skeleton creation logic to generate shared and exclusive datasec
accessor functions
- Removed `Error` enum in favor of `anyhow::Error`
Expand Down
4 changes: 2 additions & 2 deletions libbpf-cargo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repository = "https://github.com/libbpf/libbpf-rs"
homepage = "https://github.com/libbpf/libbpf-rs"
documentation = "https://docs.rs/crate/libbpf-cargo"
readme = "README.md"
version = "0.21.2"
version = "0.22.0"
authors = ["Daniel Xu <dxu@dxuuu.xyz>", "Daniel Müller <deso@posteo.net>"]
edition = "2021"
rust-version = "1.65"
Expand Down Expand Up @@ -33,7 +33,7 @@ novendor = ["libbpf-sys/novendor"]
anyhow = "1.0.1"
cargo_metadata = "0.15.0"
libbpf-sys = { version = "1.0.3" }
libbpf-rs = { version = "0.21", path = "../libbpf-rs" }
libbpf-rs = { version = "0.22", path = "../libbpf-rs" }
memmap2 = "0.5"
num_enum = "0.5"
regex = { version = "1.6.0", default-features = false, features = ["std", "unicode-perl"] }
Expand Down
4 changes: 2 additions & 2 deletions libbpf-rs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Unreleased
----------
0.22.0
------
- Reworked `Error` type:
- Replaced `enum` with data variants with `struct` hiding internal structure
- Added support for chaining of errors
Expand Down
2 changes: 1 addition & 1 deletion libbpf-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "libbpf-rs is a safe, idiomatic, and opinionated wrapper around li
repository = "https://github.com/libbpf/libbpf-rs"
homepage = "https://github.com/libbpf/libbpf-rs"
readme = "README.md"
version = "0.21.2"
version = "0.22.0"
authors = ["Daniel Xu <dxu@dxuuu.xyz>", "Daniel Müller <deso@posteo.net>"]
edition = "2021"
rust-version = "1.65"
Expand Down

0 comments on commit 89994e6

Please sign in to comment.