Skip to content

Commit

Permalink
release v0.2.0rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
mzz2017 committed Jun 5, 2023
1 parent f7cae4d commit 2969872
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 3 deletions.
38 changes: 36 additions & 2 deletions CHANGELOGS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<p align="left">
<img src="https://custom-icon-badges.herokuapp.com/github/license/daeuniverse/dae?logo=law&color=orange" alt="License"/>
<img src="https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fdaeuniverse%2Fdae&count_bg=%235C3DC8&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false"/>
<img src="https://custom-icon-badges.herokuapp.com/badge/version-v0.2.0rc1-blue.svg?logo=semanticrelease&logoColor=white" alt="version">
<img src="https://custom-icon-badges.herokuapp.com/badge/version-v0.2.0rc2-blue.svg?logo=semanticrelease&logoColor=white" alt="version">
<img src="https://custom-icon-badges.herokuapp.com/github/issues-pr-closed/daeuniverse/dae?color=purple&logo=git-pull-request&logoColor=white"/>
<img src="https://custom-icon-badges.herokuapp.com/github/last-commit/daeuniverse/dae?logo=history&logoColor=white" alt="lastcommit"/>
</p>
Expand Down

0 comments on commit 2969872

Please sign in to comment.