prepare for release 0.0.27 (#147)

Update changelog and incremenet version for release.
This commit is contained in:
Brian Martin 2020-10-01 10:04:42 -07:00 committed by GitHub
parent dd7855f318
commit 55f5f61136
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 3 deletions

View File

@ -1,5 +1,12 @@
# [Unreleased]
# [0.0.27] - 2020-10-01
## Added
- Support for loading BPF programs with `load_func()`, which enables BPF
tail-calls.
- Support for setting BPF debug level.
- Support for XDP programs, used for packet processing.
# [0.0.26] - 2020-09-23
## Fixed
- Resolved collisions between uprobes and uretprobes when the same symbol is
@ -167,7 +174,8 @@
Initial release.
[Unreleased]: https://github.com/rust-bpf/rust-bcc/compare/v0.0.26...HEAD
[Unreleased]: https://github.com/rust-bpf/rust-bcc/compare/v0.0.27...HEAD
[0.0.26]: https://github.com/rust-bpf/rust-bcc/compare/v0.0.26...v0.0.27
[0.0.26]: https://github.com/rust-bpf/rust-bcc/compare/v0.0.25...v0.0.26
[0.0.25]: https://github.com/rust-bpf/rust-bcc/compare/v0.0.24...v0.0.25
[0.0.24]: https://github.com/rust-bpf/rust-bcc/compare/v0.0.23...v0.0.24

View File

@ -1,6 +1,6 @@
[package]
name = "bcc"
version = "0.0.26"
version = "0.0.27"
authors = ["Julia Evans <julia@jvns.ca>", "Brian Martin <bmartin@twitter.com>"]
description = "Idiomatic Rust bindings for BPF Compiler Collection (BCC)"
keywords = ["bpf", "bindings", "bcc"]

View File

@ -11,7 +11,7 @@ particularly idiomatic for Rust. Pull requests very much appreciated.
## Prerequisites
* bcc v0.4.0-v0.15.0
* bcc v0.4.0-v0.16.0
## Static linking