From 8bbfd691a7034b6007600ed65547cb84f446d387 Mon Sep 17 00:00:00 2001 From: "dae-bot[bot]" <136105375+dae-bot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 20:58:13 +0800 Subject: [PATCH] ci(release): draft release v0.2.5rc2 (#284) Co-authored-by: daebot Co-authored-by: kev --- CHANGELOGS.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOGS.md b/CHANGELOGS.md index de28d3784..c24e9c88a 100644 --- a/CHANGELOGS.md +++ b/CHANGELOGS.md @@ -13,6 +13,7 @@ curl --silent "https://api.github.com/repos/daeuniverse/dae/releases" | jq -r '. ## Releases +- [v0.2.5rc2 (Pre-release)](#v025rc2-pre-release) - [v0.2.5rc1 (Pre-release)](#v025rc1-pre-release) - [v0.2.4 (Latest)](#v024-latest) - [v0.2.3](#v023) @@ -34,6 +35,22 @@ curl --silent "https://api.github.com/repos/daeuniverse/dae/releases" | jq -r '. - [v0.1.0](#v010) +### v0.2.5rc2 (Pre-release) + +> Release date: 2023/08/14 + +### Bug Fix + +- ci/hotfix: demise buildarg=pie in [#282](https://github.com/daeuniverse/dae/pull/282) by (@yqlbu) + +### 问题修复 + +- 修复: 不再使用 buildarg=pie in [#271](https://github.com/daeuniverse/dae/pull/282) by (@yqlbu) + +**Example Config**: https://github.com/daeuniverse/dae/blob/v0.2.5rc2/example.dae + +**Full Changelog**: https://github.com/daeuniverse/dae/compare/v0.2.5rc1...v0.2.5rc2 + ### v0.2.5rc1 (Pre-release) > Release date: 2023/08/13