Skip to content

Commit

Permalink
Release 0.22.1
Browse files Browse the repository at this point in the history
Prepare for release of 0.22.1 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 Jan 4, 2024
1 parent 26afb76 commit da7e037
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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 libbpf-cargo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.22.0"
version = "0.22.1"
authors = ["Daniel Xu <[email protected]>", "Daniel Müller <[email protected]>"]
edition = "2021"
rust-version = "1.65"
Expand Down
2 changes: 1 addition & 1 deletion libbpf-cargo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Helps you build and develop BPF programs with standard Rust tooling.
To use in your project, add into your `Cargo.toml`:
```toml
[build-dependencies]
libbpf-cargo = "0.21"
libbpf-cargo = "0.22"
```

See [full documentation here](https://docs.rs/libbpf-cargo).
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.22.1
------
- Introduced `Xdp` type for working with XDP programs
- Fixed handling of autocreate maps with `Object` type

Expand Down
2 changes: 1 addition & 1 deletion libbpf-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.22.0"
version = "0.22.1"
authors = ["Daniel Xu <[email protected]>", "Daniel Müller <[email protected]>"]
edition = "2021"
rust-version = "1.65"
Expand Down
2 changes: 1 addition & 1 deletion libbpf-rs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Idiomatic Rust wrapper around [libbpf](https://github.com/libbpf/libbpf).
To use in your project, add into your `Cargo.toml`:
```toml
[dependencies]
libbpf-rs = "0.21"
libbpf-rs = "0.22"
```

See [full documentation here](https://docs.rs/libbpf-rs).
Expand Down

0 comments on commit da7e037

Please sign in to comment.