From 0176e5b4fbce1a33ad68652a2e21fe292c5b1ec8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20M=C3=BCller?= Date: Thu, 15 Aug 2024 09:08:28 -0700 Subject: [PATCH] Release 0.24.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Prepare for release of 0.24.2 by bumping both libbpf-rs and libbpf-cargo versions accordingly. The main change included is a fix for a panic on skeleton open when the kconfig section/map is being used in the BPF code. Signed-off-by: Daniel Müller --- Cargo.lock | 4 ++-- libbpf-cargo/CHANGELOG.md | 4 ++-- libbpf-cargo/Cargo.toml | 2 +- libbpf-rs/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 66c5ede6..0af2c4aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -285,7 +285,7 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "libbpf-cargo" -version = "0.24.1" +version = "0.24.2" dependencies = [ "anyhow", "cargo_metadata", @@ -303,7 +303,7 @@ dependencies = [ [[package]] name = "libbpf-rs" -version = "0.24.1" +version = "0.24.2" dependencies = [ "bitflags 2.6.0", "cc", diff --git a/libbpf-cargo/CHANGELOG.md b/libbpf-cargo/CHANGELOG.md index 94448369..60e51ea1 100644 --- a/libbpf-cargo/CHANGELOG.md +++ b/libbpf-cargo/CHANGELOG.md @@ -1,5 +1,5 @@ -Unreleased ----------- +0.24.2 +------ - Fixed panic on "open" of skeleton with `kconfig` map diff --git a/libbpf-cargo/Cargo.toml b/libbpf-cargo/Cargo.toml index b0e01691..068b126e 100644 --- a/libbpf-cargo/Cargo.toml +++ b/libbpf-cargo/Cargo.toml @@ -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.24.1" +version = "0.24.2" authors = ["Daniel Xu ", "Daniel Müller "] edition = "2021" rust-version = "1.71" diff --git a/libbpf-rs/Cargo.toml b/libbpf-rs/Cargo.toml index c5960bac..a4cf5fbe 100644 --- a/libbpf-rs/Cargo.toml +++ b/libbpf-rs/Cargo.toml @@ -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.24.1" +version = "0.24.2" authors = ["Daniel Xu ", "Daniel Müller "] edition = "2021" rust-version = "1.71"