Skip to content

Commit 04ee35d

Browse files
committed
Release aya-log-parser v0.1.13
1 parent 1d515fe commit 04ee35d

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

aya-log-ebpf-macros/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ edition.workspace = true
1010

1111
[dependencies]
1212
aya-log-common = { path = "../aya-log-common", version = "^0.1.14", default-features = false }
13-
aya-log-parser = { path = "../aya-log-parser", version = "0.1.13", default-features = false }
13+
aya-log-parser = { path = "../aya-log-parser", version = "^0.1.13", default-features = false }
1414
proc-macro2 = { workspace = true }
1515
quote = { workspace = true }
1616
syn = { workspace = true }

aya-log-parser/CHANGELOG.md

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

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

10+
<csr-id-13b1fc63ef2ae083ba03ce9de24cb4f31f989d21/>
11+
<csr-id-b3e7ef741c5b8d09fc7dc8302576f8174be75ff4/>
12+
<csr-id-8e485bc77aaa49d41063853f83ab6017d334939e/>
13+
<csr-id-96fa08bd82233268154edf30b106876f5a4f0e30/>
14+
<csr-id-e08c6471dd351a1b717a38301a0ded5f04d1450d/>
15+
<csr-id-84e5e2894f226f4b2c7cb637a6f44d5773b927e6/>
16+
<csr-id-2223ab828d6db40a85cff4737f6164ed8ee9e42d/>
17+
<csr-id-83ec27f06b6859f455f2b2baf985b8fd3fb4adc5/>
18+
1019
### Chore
1120

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

35+
### Chore
36+
37+
- <csr-id-1d515fe810c6e646ca405d8f97803698deda148c/> add missing changelogs
38+
2639
### Other
2740

2841
- <csr-id-8e485bc77aaa49d41063853f83ab6017d334939e/> add support of :p format
@@ -70,8 +83,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7083

7184
<csr-read-only-do-not-edit/>
7285

73-
- 17 commits contributed to the release over the course of 589 calendar days.
74-
- 8 commits were understood as [conventional](https://www.conventionalcommits.org).
86+
- 18 commits contributed to the release over the course of 591 calendar days.
87+
- 9 commits were understood as [conventional](https://www.conventionalcommits.org).
7588
- 0 issues like '(#ID)' were seen in commit messages
7689

7790
### Commit Details
@@ -81,6 +94,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8194
<details><summary>view details</summary>
8295

8396
* **Uncategorized**
97+
- Add missing changelogs ([`1d515fe`](https://github.com/aya-rs/aya/commit/1d515fe810c6e646ca405d8f97803698deda148c))
8498
- Release aya-log-common v0.1.14, aya-log v0.2.0 ([`c22a696`](https://github.com/aya-rs/aya/commit/c22a6963d44befb5591d4b21c09767c43935cb54))
8599
- Don't use path deps in workspace ([`13b1fc6`](https://github.com/aya-rs/aya/commit/13b1fc63ef2ae083ba03ce9de24cb4f31f989d21))
86100
- Merge pull request #882 from dave-tucker/metadata ([`0fadd69`](https://github.com/aya-rs/aya/commit/0fadd695377b8a3f0d9a3af3bc8140f0f1bed8d2))

0 commit comments

Comments
 (0)