Skip to content

Conversation

qmonnet
Copy link
Owner

@qmonnet qmonnet commented Sep 16, 2024

Commits:

  • Cargo.toml: Update author email
  • Cargo.toml,README.md: Bump version to 0.3.0

We got a bunch of new features since version 0.2.0, in particular:

  • A new JIT-compiling infrastructure via Cranelift (opt-in feature)
  • The ability to compile and use most of rbpf's features without the standard library
  • An API update to allow eBPF helpers to use designated memory area in our simple verifier, so that users can hook their map implementation
  • Several bug fixes

Let's update the crate so that users can benefit from these.

Author's email changed again, let's update to something hopefully more
stable.

Signed-off-by: Quentin Monnet <qmo@qmon.net>
We got a bunch of new features since version 0.2.0, in particular:

- A new JIT-compiling infrastructure via Cranelift (opt-in feature)
- The ability to compile and use most of rbpf's features without the
  standard library
- An API update to allow eBPF helpers to use designated memory area in
  our simple verifier, so that users can hook their map implementation
- Several bug fixes

Let's update the crate so that users can benefit from these.

Signed-off-by: Quentin Monnet <qmo@qmon.net>
@qmonnet qmonnet merged commit e8d9a12 into main Sep 16, 2024
8 checks passed
@qmonnet qmonnet deleted the pr/version-bump branch September 16, 2024 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant