Skip to content

Commit

Permalink
Release 0.24.5
Browse files Browse the repository at this point in the history
Prepare for release of 0.24.5 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 Sep 30, 2024
1 parent a005425 commit e2c8116
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.4"
version = "0.24.5"
edition = "2021"
rust-version = "1.71"
license = "LGPL-2.1-only OR BSD-2-Clause"
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.5
------
- Renamed `Program::get_id_by_fd` to `id_from_fd`
- Deprecated `Program::get_id_by_fd`
- Renamed `Program::get_fd_by_id` to `fd_from_id`
Expand Down

0 comments on commit e2c8116

Please sign in to comment.