Skip to content

Commit 071fbba

Browse files
d-e-s-odanielocfb
authored andcommitted
Release 0.20.1
Prepare for release of 0.20.1 by bumping both libbpf-rs and libbpf-cargo versions accordingly. Also add a note about generated skeleton compatibility to libbpf-cargo's README. Signed-off-by: Daniel Müller <[email protected]>
1 parent 3c0cb6d commit 071fbba

File tree

6 files changed

+13
-9
lines changed

6 files changed

+13
-9
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.20.1
2+
------
33
- Switched over to using `libbpf-rs`'s BTF support internally for skeleton
44
generation
55
- Fixed potential build failures on systems defaulting to stack

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.20.0"
8+
version = "0.20.1"
99
authors = ["Daniel Xu <[email protected]>", "Daniel Müller <[email protected]>"]
1010
edition = "2021"
1111
rust-version = "1.63"

libbpf-cargo/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ minimum, it builds with the most recent Rust stable release minus five minor
2222
versions ("N - 5"). E.g., assuming the most recent Rust stable is `1.68`, the
2323
crate is guaranteed to build with `1.63` and higher.
2424

25+
Please note that the generated skeleton files, while guaranteed to be source
26+
code compatible according to aforementioned versioning rules, are not guaranteed
27+
to be character identical between releases (including patch releases).
28+
2529
## Contributing
2630

2731
We welcome all contributions! Please see the [contributor's

libbpf-rs/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Unreleased
2-
----------
1+
0.20.1
2+
------
33
- Added bindings for BTF via newly introduced `btf` module
44
- Added `Map` constructors from pinned paths and from map id
55
- Added `Map::as_libbpf_bpf_map_ptr` and `Object::as_libbpf_bpf_object_ptr`
@@ -8,7 +8,7 @@ Unreleased
88
- Added `Map::info` to `Map` to make it easier to derive `MapInfo` from a
99
`Map` instance
1010
- Added `set_log_level`, `log_level`, and `autoload` methods to `OpenProgram`
11-
- Remove deprecated `Link::get_fd` method
11+
- Removed deprecated `Link::get_fd` method
1212
- Bumped minimum Rust version to `1.63`
1313

1414

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

0 commit comments

Comments
 (0)