From 0c8b6c9c2f1fefabb70f4b934461be065951353c Mon Sep 17 00:00:00 2001 From: CFC4N Date: Sat, 18 Jan 2025 22:34:58 +0800 Subject: [PATCH] release v0.9.3 Signed-off-by: CFC4N --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1937f0c40..5575ad86d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,15 @@ +# v0.9.3 (2025-01-18) + +## What's Changed + +**Full Changelog**: https://github.com/gojue/ecapture/compare/v0.9.2...v0.9.3 +
+ # v0.9.2 (2024-12-29) ## What's Changed -* Limit github action serialization and increase CI caching function by @cfc4n +* Limit GitHub action serialization and increase CI caching function by @cfc4n in https://github.com/gojue/ecapture/pull/698 * fix : add openssl_3_1_0 target by @cuijing90 in https://github.com/gojue/ecapture/pull/704 * performance: use first h2 frame header detect instead of read first frame from whole payload by @yuweizzz