Skip to content

Commit 1fc9fe8

Browse files
d-e-s-odanielocfb
authored andcommitted
Release 0.23.1
Prepare for release of 0.23.1 by bumping both libbpf-rs and libbpf-cargo versions accordingly. The bloom filter changes strictly speaking constitute a soft breakage, but given that the functionality was not really working to begin with this is not considered an issue. Signed-off-by: Daniel Müller <[email protected]>
1 parent 4e0c7ea commit 1fc9fe8

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
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.23.1
2+
------
33
- Added "import injection" escape hatch to generated skeletons
44

55

libbpf-cargo/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.23.0"
8+
version = "0.23.1"
99
authors = ["Daniel Xu <[email protected]>", "Daniel Müller <[email protected]>"]
1010
edition = "2021"
1111
rust-version = "1.71"

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.23.1
2+
------
33
- Added support for user ring buffers
44
- Fixed handling of bloom filter type maps
55
- Added `Map::lookup_bloom_filter` for looking up elements in a bloom filter

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.23.0"
7+
version = "0.23.1"
88
authors = ["Daniel Xu <[email protected]>", "Daniel Müller <[email protected]>"]
99
edition = "2021"
1010
rust-version = "1.71"

0 commit comments

Comments
 (0)