From 5d473f9fb736e2e9d54cc1229fe684568ae76c3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sumire=20=28=E8=8F=AB=29?= <151038614+sumire88@users.noreply.github.com> Date: Tue, 20 Aug 2024 23:18:36 -0400 Subject: [PATCH] chore(changelogs): add v0.7.1 release changelogs (#609) --- CHANGELOGS.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOGS.md b/CHANGELOGS.md index 58fab77..a95be06 100644 --- a/CHANGELOGS.md +++ b/CHANGELOGS.md @@ -14,8 +14,9 @@ curl --silent "https://api.github.com/repos/daeuniverse/dae/releases" | jq -r '. +- [v0.7.1 (Latest)](#v071-latest) - [v0.8.0rc1 (Pre-release)](#v080rc1-pre-release) -- [v0.7.0 (Latest)](#v070-latest) +- [v0.7.0](#v070) - [v0.6.0](#v060) - [v0.5.1](#v051) - [v0.5.0](#v050) @@ -41,6 +42,18 @@ curl --silent "https://api.github.com/repos/daeuniverse/dae/releases" | jq -r '. - [v0.1.0](#v010) +### v0.7.1 (Latest) + +> Release date: 2024/08/21 + +#### Bug Fixes + +- fix(cmd/run.go): always check whether network online (#588) +- fix(udp_task_pool): panic: close of closed channel (#570) +- fix: unknown tls implementation (#569) + +#### Bug Fixes + ### v0.8.0rc1 (Pre-release) > Release date: 2024/07/22 @@ -78,7 +91,7 @@ curl --silent "https://api.github.com/repos/daeuniverse/dae/releases" | jq -r '. **Full Changelog**: https://github.com/daeuniverse/dae/compare/v0.7.0...v0.8.0rc1 -### v0.7.0 (Latest) +### v0.7.0 > Release date: 2024/07/21