From 817a597616eb6155ca9aa18778e5c0d00219b07e Mon Sep 17 00:00:00 2001 From: Huang-Huang Bao Date: Mon, 9 Dec 2024 14:34:27 +0800 Subject: [PATCH] chore(release): prepare for v0.1.5 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc0cbcc..f0d9238 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to this project will be documented in this file. +## [0.1.5] - 2024-12-09 + +### 🐛 Bug Fixes + +- Prevent pkg_config from emitting Cargo linking instructions +- Fix CLI arg --internal not being applied + +### Improve + +- Re-enable libbpf logging +- TCX attach before all other links +- Prefix match binding & ct addresses with external network CIDR +- _(build)_ Error out if build commands not exit with success +- Allow using bpftool for stripping + ## [0.1.4] - 2024-11-20 This is a hotfix addressing build error on Rust 1.80 on which is the minimal version that einat requires to build.