Skip to content

Commit 2eac95f

Browse files
committed
Release aya-log-ebpf-macros v0.1.0
1 parent 04ee35d commit 2eac95f

File tree

2 files changed

+25
-3
lines changed

2 files changed

+25
-3
lines changed

aya-log-ebpf-macros/CHANGELOG.md

+24-2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## v0.1.0 (2024-04-12)
99

10+
<csr-id-13b1fc63ef2ae083ba03ce9de24cb4f31f989d21/>
11+
<csr-id-b3e7ef741c5b8d09fc7dc8302576f8174be75ff4/>
12+
<csr-id-2227223a96b0016ec960a8d5ba354d8c889ecc68/>
13+
<csr-id-d16e607fd4b6258b516913071fdacafeb2bbbff9/>
14+
<csr-id-ca3f70b16a705bf26d2ccc7ce754de403be36223/>
15+
<csr-id-96fa08bd82233268154edf30b106876f5a4f0e30/>
16+
<csr-id-6feebef9e551256156a8c22cf5de2165846a4793/>
17+
<csr-id-de7972483b5b97c073b337568328a022378ebca9/>
18+
<csr-id-47a2f25fca21e65d981b716d68f87af6203093d9/>
19+
<csr-id-84e5e2894f226f4b2c7cb637a6f44d5773b927e6/>
20+
<csr-id-4d098ef413dee3fe1cd260f19f7f90e69a06f06c/>
21+
<csr-id-45072c078903a062f6aba4ed1562e0df091ee90e/>
22+
<csr-id-2223ab828d6db40a85cff4737f6164ed8ee9e42d/>
23+
<csr-id-9a8409e3a24179f4f60e6587b70e2ecd12322973/>
24+
<csr-id-83ec27f06b6859f455f2b2baf985b8fd3fb4adc5/>
25+
1026
### Chore
1127

1228
- <csr-id-13b1fc63ef2ae083ba03ce9de24cb4f31f989d21/> Don't use path deps in workspace
@@ -23,6 +39,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2339
- homepage
2440
- edition
2541

42+
### Chore
43+
44+
- <csr-id-1d515fe810c6e646ca405d8f97803698deda148c/> add missing changelogs
45+
2646
### New Features
2747

2848
- <csr-id-0970300d1f5659622fa55a18dd7681c608d75b0f/> check format and value type in proc macro
@@ -130,8 +150,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
130150
131151
<csr-read-only-do-not-edit/>
132152
133-
- 33 commits contributed to the release over the course of 621 calendar days.
134-
- 16 commits were understood as [conventional](https://www.conventionalcommits.org).
153+
- 35 commits contributed to the release over the course of 623 calendar days.
154+
- 17 commits were understood as [conventional](https://www.conventionalcommits.org).
135155
- 0 issues like '(#ID)' were seen in commit messages
136156
137157
### Commit Details
@@ -141,6 +161,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
141161
<details><summary>view details</summary>
142162
143163
* **Uncategorized**
164+
- Release aya-log-parser v0.1.13 ([`04ee35d`](https://github.com/aya-rs/aya/commit/04ee35d1392ab7dc2d97c6e0f1449e98b1283ffe))
165+
- Add missing changelogs ([`1d515fe`](https://github.com/aya-rs/aya/commit/1d515fe810c6e646ca405d8f97803698deda148c))
144166
- Release aya-log-common v0.1.14, aya-log v0.2.0 ([`c22a696`](https://github.com/aya-rs/aya/commit/c22a6963d44befb5591d4b21c09767c43935cb54))
145167
- Don't use path deps in workspace ([`13b1fc6`](https://github.com/aya-rs/aya/commit/13b1fc63ef2ae083ba03ce9de24cb4f31f989d21))
146168
- Merge pull request #882 from dave-tucker/metadata ([`0fadd69`](https://github.com/aya-rs/aya/commit/0fadd695377b8a3f0d9a3af3bc8140f0f1bed8d2))

ebpf/aya-log-ebpf/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ edition.workspace = true
1111
[dependencies]
1212
aya-ebpf = { version = "^0.1.0", path = "../aya-ebpf" }
1313
aya-log-common = { version = "0.1.14", path = "../../aya-log-common" }
14-
aya-log-ebpf-macros = { version = "0.1.0", path = "../../aya-log-ebpf-macros" }
14+
aya-log-ebpf-macros = { version = "^0.1.0", path = "../../aya-log-ebpf-macros" }
1515

1616
[lib]
1717
path = "src/lib.rs"

0 commit comments

Comments
 (0)