|
@@ -0,0 +1,36 @@
|
|
|
+# Changelog
|
|
|
+
|
|
|
+All notable changes to this project will be documented in this file.
|
|
|
+
|
|
|
+The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
+and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
+
|
|
|
+## v0.1.0 (2024-04-06)
|
|
|
+
|
|
|
+### Chore
|
|
|
+
|
|
|
+ - <csr-id-d7af6acb42055ed1e0571bdc4d7dbbfa46c5835e/> Rename BpfContext -> EbpfContext
|
|
|
+ - <csr-id-ea8073793e44c593e983e69eaa43a4f72799bfc5/> Rename bpf -> ebpf
|
|
|
+ - <csr-id-41c61560eae01a30c703ea22c5bfeeff0ecf6b1b/> Rename bpf -> ebpf
|
|
|
+
|
|
|
+### Commit Statistics
|
|
|
+
|
|
|
+<csr-read-only-do-not-edit/>
|
|
|
+
|
|
|
+ - 4 commits contributed to the release over the course of 31 calendar days.
|
|
|
+ - 3 commits were understood as [conventional](https://www.conventionalcommits.org).
|
|
|
+ - 0 issues like '(#ID)' were seen in commit messages
|
|
|
+
|
|
|
+### Commit Details
|
|
|
+
|
|
|
+<csr-read-only-do-not-edit/>
|
|
|
+
|
|
|
+<details><summary>view details</summary>
|
|
|
+
|
|
|
+ * **Uncategorized**
|
|
|
+ - Merge pull request #528 from dave-tucker/rename-all-the-things ([`63d8d4d`](https://github.com/aya-rs/aya/commit/63d8d4d34bdbbee149047dc0a5e9c2b191f3b32d))
|
|
|
+ - Rename BpfContext -> EbpfContext ([`d7af6ac`](https://github.com/aya-rs/aya/commit/d7af6acb42055ed1e0571bdc4d7dbbfa46c5835e))
|
|
|
+ - Rename bpf -> ebpf ([`ea80737`](https://github.com/aya-rs/aya/commit/ea8073793e44c593e983e69eaa43a4f72799bfc5))
|
|
|
+ - Rename bpf -> ebpf ([`41c6156`](https://github.com/aya-rs/aya/commit/41c61560eae01a30c703ea22c5bfeeff0ecf6b1b))
|
|
|
+</details>
|
|
|
+
|