From 2969872a2a722fd9632ed674d241faed7c15f66c Mon Sep 17 00:00:00 2001 From: mzz2017 <2017@duck.com> Date: Tue, 6 Jun 2023 00:18:29 +0800 Subject: [PATCH] release v0.2.0rc2 --- CHANGELOGS.md | 38 ++++++++++++++++++++++++++++++++++++-- README.md | 2 +- 2 files changed, 37 insertions(+), 3 deletions(-) diff --git a/CHANGELOGS.md b/CHANGELOGS.md index eb9a796..b7b30fd 100644 --- a/CHANGELOGS.md +++ b/CHANGELOGS.md @@ -12,8 +12,10 @@ curl --silent "https://api.github.com/repos/daeuniverse/dae/releases" | jq -r '. ## Releases +- [0.2.0rc2 (Pre-release)](#020rc2-pre-release) - [0.2.0rc1 (Pre-release)](#020rc1-pre-release) -- [0.1.10 (Current)](#0110-current) +- [0.1.10.p1 (Current)](#0110p1-current) +- [0.1.10](#0110-current) - [0.1.9-patch.1](#019-patch1) - [0.1.9](#019) - [0.1.8](#018) @@ -26,6 +28,22 @@ curl --silent "https://api.github.com/repos/daeuniverse/dae/releases" | jq -r '. - [0.1.1](#011) - [0.1.0](#010) +### 0.2.0rc2 (Pre-release) + +> Release date: 2023/06/05 + +#### 功能变更 + +- fix(trojan): 修复因无效的 trojan 协议控制字段而导致的程序崩溃 by @mzz2017 in https://github.com/daeuniverse/dae/pull/120 + +#### Changes + +- fix(dns): potential panic due to invalid packet control data by accident by @mzz2017 in https://github.com/daeuniverse/dae/pull/120 + +**Full Changelog**: https://github.com/daeuniverse/dae/compare/v0.1.10...v0.2.0rc2 + +**Example Config**: https://github.com/daeuniverse/dae/blob/v0.2.0rc2/example.dae + ### 0.2.0rc1 (Pre-release) > Release date: 2023/06/04 @@ -78,7 +96,23 @@ curl --silent "https://api.github.com/repos/daeuniverse/dae/releases" | jq -r '. **Example Config**: https://github.com/daeuniverse/dae/blob/v0.2.0rc1/example.dae -### 0.1.10 (Current) +### 0.1.10.p1 (Current) + +> Release date: 2023/06/05 + +#### 功能变更 + +- fix(trojan): 修复因无效的 trojan 协议控制字段而导致的程序崩溃 by @mzz2017 in https://github.com/daeuniverse/dae/pull/120 + +#### Changes + +- fix(dns): potential panic due to invalid packet control data by accident by @mzz2017 in https://github.com/daeuniverse/dae/pull/120 + +**Full Changelog**: https://github.com/daeuniverse/dae/compare/v0.1.9...v0.1.10.p1 + +**Example Config**: https://github.com/daeuniverse/dae/blob/v0.1.10.p1/example.dae + +### 0.1.10 > Release date: 2023/06/04 diff --git a/README.md b/README.md index 00e2659..4f6a11c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@
-
+