Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version bump (0.3.0) #112

Merged
merged 2 commits into from
Sep 16, 2024
Merged

Version bump (0.3.0) #112

merged 2 commits into from
Sep 16, 2024

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