Releases: aya-rs/bpf-linker
Releases · aya-rs/bpf-linker
v0.9.13
What's Changed
- cargo update by @tamird in #191
- build(deps): bump the production-dependencies group with 5 updates by @dependabot in #195
- Appease nightly clippy by @tamird in #196
- Log errors by default by @tamird in #197
- build(deps): bump the production-dependencies group across 1 directory with 4 updates by @dependabot in #200
- Reduce dependabot toil by @tamird in #201
- build(deps): bump the cargo-crates group with 4 updates by @dependabot in #202
- readme: Recommend
debuginfo=2
instead ofdebuginfo=1
by @vadorovsky in #204 - build(deps): bump the cargo-crates group with 2 updates by @dependabot in #203
- build(deps): bump the cargo-crates group with 2 updates by @dependabot in #205
- Update time to 0.3.36 by @tamird in #206
- build(deps): bump the cargo-crates group with 2 updates by @dependabot in #207
- Support --version flag by @ymgyt in #208
- build(deps): bump the cargo-crates group across 1 directory with 4 updates by @dependabot in #211
- build(deps): bump clap from 4.5.9 to 4.5.11 in the cargo-crates group by @dependabot in #212
- build(deps): bump the cargo-crates group across 1 directory with 5 updates by @dependabot in #219
- chore: Update to LLVM 19 by @vadorovsky in #214
New Contributors
Full Changelog: v0.9.12...v0.9.13
v0.9.10
What's Changed
- github: add CI for feature branches by @tamird in #92
- build(deps): bump regex from 1.9.1 to 1.9.3 by @dependabot in #90
- github: bust llvm-sys cache in release by @tamird in #98
- build(deps): bump aya-rustc-llvm-proxy from 0.7.0 to 0.8.0 by @dependabot in #96
- build(deps): bump clap from 4.3.19 to 4.3.21 by @dependabot in #97
- github: test against 6.1 by @tamird in #102
- build(deps): bump log from 0.4.19 to 0.4.20 by @dependabot in #100
- build(deps): bump llvm-sys from 160.1.3 to 170.0.0 by @dependabot in #101
- Downgrade llvm-sys to 160.0.0 by @tamird in #103
- build(deps): bump clap from 4.3.21 to 4.3.23 by @dependabot in #105
- build(deps): bump thiserror from 1.0.46 to 1.0.47 by @dependabot in #104
- build(deps): bump regex from 1.9.3 to 1.9.4 by @dependabot in #107
- build(deps): bump clap from 4.3.23 to 4.4.1 by @dependabot in #108
- build(deps): bump thiserror from 1.0.47 to 1.0.48 by @dependabot in #110
- build(deps): bump regex from 1.9.4 to 1.9.5 by @dependabot in #111
- build(deps): bump clap from 4.4.1 to 4.4.2 by @dependabot in #112
- build(deps): bump actions/checkout from 3 to 4 by @dependabot in #113
- README: fix build badge by @tamird in #114
- build(deps): bump libc from 0.2.147 to 0.2.148 by @dependabot in #118
- build(deps): bump clap from 4.4.2 to 4.4.4 by @dependabot in #117
- chore: Update aya-rustc-llvm-proxy to 0.9.0 by @dave-tucker in #119
Full Changelog: v0.9.9...v0.9.10
v0.9.9
What's Changed
- build(deps): bump clap from 4.3.8 to 4.3.10 by @dependabot in #64
- build(deps): bump clap from 4.3.10 to 4.3.11 by @dependabot in #67
- build(deps): bump thiserror from 1.0.40 to 1.0.41 by @dependabot in #66
- Use rustc-build-sysroot to build sysroot by @tamird in #68
- build(deps): bump thiserror from 1.0.41 to 1.0.43 by @dependabot in #70
- Run aya integration tests by @tamird in #69
- github: remove libbpf dance by @tamird in #73
- build(deps): bump llvm-sys from 160.1.2 to 160.1.3 by @dependabot in #74
- build(deps): bump clap from 4.3.11 to 4.3.14 by @dependabot in #75
- log: append rather than truncate by @tamird in #76
- build(deps): bump clap from 4.3.14 to 4.3.19 by @dependabot in #81
- build(deps): bump thiserror from 1.0.43 to 1.0.44 by @dependabot in #80
- Build LLVM from source in CI by @tamird in #79
- Add flag to treat LLVM errors as fatal by @tamird in #77
- Missing libpolly-16-dev dep for apt.llvm.org repo instructions by @ukreator in #78
- github: bust llvm-sys cache by @tamird in #82
- llvm: inline Message, provide better ingress by @tamird in #83
- Use new pass manager by @tamird in #72
- deny(unused_results) by @tamird in #71
- github: trigger on releases by @tamird in #86
- Unvendor compiletest-rs by @tamird in #85
New Contributors
Full Changelog: v0.9.8...v0.9.9
v0.9.6
What's Changed
- Rust Edition 2021 + 'cargo fmt' by @dmitris in #22
- github: Add lint check by @vadorovsky in #23
- cli: Fix parsing of
--export
flags by @vadorovsky in #28 - ci: Install libpolly-*-dev package by @vadorovsky in #30
- Update to LLVM 16 by @vadorovsky in #31
- readme: Mention LLVM 16, not 15 by @vadorovsky in #32
Full Changelog: v0.9.5...v0.9.6
BPF Linker v0.9.5
What's Changed
- Shrink unsafe blocks by @peamaeq in #17
- Ignore input objects that don't contain embedded bitcode by @alessandrod in #19
- Bump llvm-sys and aya-rustc-llvm-proxy by @vadorovsky in #20
- github: Add dependabot by @vadorovsky in #21
New Contributors
- @peamaeq made their first contribution in #17
- @alessandrod made their first contribution in #19
- @vadorovsky made their first contribution in #20
Full Changelog: v0.9.4...v0.9.5
BPF Linker 0.9.4
What's Changed
- update the git org to aya-rs and CI rust versions by @dmitris in #11
- Change the type of LLVM Message pointer to libc :: c_char by @ken109 in #8
- Upgrade to llvm-sys 14 by @davibe in #16
- readme: add note for
aarch64-unknown-linux-gnu
by @davibe in #15
New Contributors
- @dmitris made their first contribution in #11
- @ken109 made their first contribution in #8
- @davibe made their first contribution in #16
Full Changelog: v0.9.3...v0.9.4
BPF Linker 0.9.2
v0.9.2 (cargo-release) bpf-linker version 0.9.2
BPF Linker 0.9.1
v0.9.1 (cargo-release) bpf-linker version 0.9.1
BPF Linker 0.9.0
v0.9.0 (cargo-release) bpf-linker version 0.9.0