|
|
|
@ -5,7 +5,9 @@ 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).
|
|
|
|
|
|
|
|
|
|
## Unreleased
|
|
|
|
|
## 0.1.15 (2024-10-09)
|
|
|
|
|
|
|
|
|
|
<csr-id-a75fc2f7691dad21822c2eff35281abd3c4b5d23/>
|
|
|
|
|
|
|
|
|
|
### Other
|
|
|
|
|
|
|
|
|
@ -19,13 +21,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
|
|
* Add support for formatting `[u8; 4]`, to be able to handle
|
|
|
|
|
`Ipv4Addr::octets`.
|
|
|
|
|
|
|
|
|
|
### Chore
|
|
|
|
|
|
|
|
|
|
- <csr-id-c3f0c7dc3fb285da091454426eeda0723389f0f1/> Prepare for aya-log-ebpf release
|
|
|
|
|
|
|
|
|
|
### Commit Statistics
|
|
|
|
|
|
|
|
|
|
<csr-read-only-do-not-edit/>
|
|
|
|
|
|
|
|
|
|
- 2 commits contributed to the release.
|
|
|
|
|
- 3 commits contributed to the release.
|
|
|
|
|
- 223 days passed between releases.
|
|
|
|
|
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
|
|
|
|
|
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
|
|
|
|
|
- 0 issues like '(#ID)' were seen in commit messages
|
|
|
|
|
|
|
|
|
|
### Commit Details
|
|
|
|
@ -35,6 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
|
|
<details><summary>view details</summary>
|
|
|
|
|
|
|
|
|
|
* **Uncategorized**
|
|
|
|
|
- Prepare for aya-log-ebpf release ([`c3f0c7d`](https://github.com/aya-rs/aya/commit/c3f0c7dc3fb285da091454426eeda0723389f0f1))
|
|
|
|
|
- Allow logging `core::net::Ipv4Addr` and `core::net::Ipv6Addr` ([`a75fc2f`](https://github.com/aya-rs/aya/commit/a75fc2f7691dad21822c2eff35281abd3c4b5d23))
|
|
|
|
|
- Appease clippy ([`09442c2`](https://github.com/aya-rs/aya/commit/09442c2cbe9513365dfc1df8d4f7cf6f808a67ed))
|
|
|
|
|
</details>
|
|
|
|
|