Skip to content

Commit

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

Signed-off-by: Daniel Müller <[email protected]>
  • Loading branch information
d-e-s-o authored and danielocfb committed Aug 27, 2024
1 parent d105bf2 commit fa17cdd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "0.24.3"
version = "0.24.4"
edition = "2021"
rust-version = "1.71"
license = "LGPL-2.1-only OR BSD-2-Clause"
Expand Down
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.24.4
------
- Adjusted skeleton generation code to work around `libbpf` forward
compatibility issue when an old system `libbpf` is being used instead
of the vendored copy
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.24.4
------
- Added `Program::fd_from_pinned_path` method for restoring program descriptor
from a pinned path

Expand Down

0 comments on commit fa17cdd

Please sign in to comment.