diff --git a/aya-ebpf-macros/Cargo.toml b/aya-ebpf-macros/Cargo.toml index 2b232e4a..b61ff477 100644 --- a/aya-ebpf-macros/Cargo.toml +++ b/aya-ebpf-macros/Cargo.toml @@ -18,4 +18,4 @@ quote = { workspace = true } syn = { workspace = true, default-features = true, features = ["full"] } [dev-dependencies] -aya-ebpf = { path = "../ebpf/aya-ebpf", version = "0.1.0", default-features = false } +aya-ebpf = { path = "../ebpf/aya-ebpf", version = "^0.1.0", default-features = false } diff --git a/ebpf/aya-ebpf-cty/CHANGELOG.md b/ebpf/aya-ebpf-cty/CHANGELOG.md index 65a897b4..eb19d2ce 100644 --- a/ebpf/aya-ebpf-cty/CHANGELOG.md +++ b/ebpf/aya-ebpf-cty/CHANGELOG.md @@ -64,3 +64,29 @@ This project adheres to $[Semantic Versioning](http://semver.org/). [v0.1.3]: https://github.com/japaric/cty/compare/v0.1.2...v0.1.3 [v0.1.2]: https://github.com/japaric/cty/compare/v0.1.1...v0.1.2 [v0.1.1]: https://github.com/japaric/cty/compare/v0.1.0...v0.1.1 + +## 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](https://www.conventionalcommits.org). + - 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`](https://github.com/aya-rs/aya/commit/63d8d4d34bdbbee149047dc0a5e9c2b191f3b32d)) + - Rename bpf -> ebpf ([`21f570a`](https://github.com/aya-rs/aya/commit/21f570a19cd8d6e8eeaa6127d936877a701ceac3)) +
+