You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aya/ebpf/aya-ebpf-cty/CHANGELOG.md

2.3 KiB

Change Log

All notable changes to this project will be documented in this file. This project adheres to $Semantic Versioning.

Unreleased

v0.2.1 - 2019-11-16

Added

  • Support for the xtensa, riscv32 and riscv64 architectures

v0.2.0 - 2019-02-06

Changed

  • [breaking-change] cty::c_void is now a type alias of core::ffi::c_void.

v0.1.5 - 2017-05-29

Added

  • More types like int32_t

v0.1.4 - 2017-05-29

Added

  • Support for the msp430 architecture.

Fixed

  • [breaking-change] The type definitions of c_long and c_ulong.

v0.1.3 - 2017-05-29 - YANKED

Added

  • Support for the nvptx and nvptx64 architectures.

v0.1.2 - 2017-05-29 - YANKED

Fixed

  • [breaking-change] The type definitions of c_int and c_uint.

v0.1.1 - 2017-05-29 - YANKED

Fixed

  • [breaking-change] The type definitions of c_long, c_ulong and c_longlong.

v0.1.0 - 2017-05-24 - YANKED

  • Initial release

v0.2.1 (2024-04-06)

Chore

  • Rename bpf -> ebpf

Commit Statistics

  • 2 commits contributed to the release over the course of 29 calendar days.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Merge pull request #528 from dave-tucker/rename-all-the-things (63d8d4d)
    • Rename bpf -> ebpf (21f570a)