Skip to content

Commit

Permalink
chore: release v0.1.10 (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
mzz2017 authored Jun 4, 2023
1 parent 9571e7d commit 4504fd9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 22 deletions.
30 changes: 9 additions & 21 deletions CHANGELOGS.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ curl --silent "https://api.github.com/repos/daeuniverse/dae/releases" | jq -r '.

## Releases

- [0.1.10rc1 (Pre-release)](#0110rc1-pre-release)
- [0.1.10rc (Pre-release)](#0110rc-pre-release)
- [0.1.9-patch.1 (Current)](#019-patch1-current)
- [0.1.10 (Current)](#0110-current)
- [0.1.9-patch.1](#019-patch1)
- [0.1.9](#019)
- [0.1.8](#018)
- [0.1.7](#017)
Expand All @@ -26,29 +25,16 @@ curl --silent "https://api.github.com/repos/daeuniverse/dae/releases" | jq -r '.
- [0.1.1](#011)
- [0.1.0](#010)

### 0.1.10rc1 (Pre-release)
### 0.1.10 (Current)

> Release date: 2023/05/14
#### 功能变更

- patch(geodata): 修复由 #84 导致的错误的 geodata 搜索路径 `/etc/dae/dae` by @mzz2017 in https://github.com/daeuniverse/dae/pull/90

#### Changes

- patch(geodata): fix incorrect geodata search path `/etc/dae/dae` caused by #84 by @mzz2017 in https://github.com/daeuniverse/dae/pull/90

**Full Changelog**: https://github.com/daeuniverse/dae/compare/v0.1.10rc...v0.1.10rc1

### 0.1.10rc (Pre-release)

> Release date: 2023/05/14
> Release date: 2023/06/04
#### 功能变更

- feat: 支持 `tcp_check_http_method` by @mzz2017 in https://github.com/daeuniverse/dae/pull/77
- patch: 现在会优先在配置文件同目录搜索 geodata by @mzz2017 in https://github.com/daeuniverse/dae/pull/84
- fix(dns): 修复 0.1.8 版本中 PR #63 导致的 DNS 缓存不会过期的问题 by @mzz2017 in https://github.com/daeuniverse/dae/pull/87
- patch(geodata): 修复由 #84 导致的错误的 geodata 搜索路径 `/etc/dae/dae` by @mzz2017 in https://github.com/daeuniverse/dae/pull/90

#### 其他变更

Expand All @@ -61,16 +47,18 @@ curl --silent "https://api.github.com/repos/daeuniverse/dae/releases" | jq -r '.
- feat: support `tcp_check_http_method` by @mzz2017 in https://github.com/daeuniverse/dae/pull/77
- patch: search geodata at same dir with config first by @mzz2017 in https://github.com/daeuniverse/dae/pull/84
- fix(dns): cache would never expire caused by #63 by accident by @mzz2017 in https://github.com/daeuniverse/dae/pull/87
- patch(geodata): fix incorrect geodata search path `/etc/dae/dae` caused by #84 by @mzz2017 in https://github.com/daeuniverse/dae/pull/90

#### Other Changes

- chore(Makefile): add export GOOS=linux to build on macos by @mzz2017 in https://github.com/daeuniverse/dae/pull/78
- chore: add editorconfig by @yqlbu in https://github.com/daeuniverse/dae/pull/85
- chore: add pull_request_template by @yqlbu in https://github.com/daeuniverse/dae/pull/86

**Full Changelog**: https://github.com/daeuniverse/dae/compare/v0.1.9...v0.1.10rc
**Full Changelog**: https://github.com/daeuniverse/dae/compare/v0.1.9...v0.1.10
**Example Config**: https://github.com/daeuniverse/dae/blob/v0.1.10/example.dae

### 0.1.9-patch.1 (Current)
### 0.1.9-patch.1

> Release date: 2023/05/14
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.1.9-blue.svg?logo=semanticrelease&logoColor=white" alt="version">
<img src="https://custom-icon-badges.herokuapp.com/badge/version-v0.1.10-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 4504fd9

Please sign in to comment.