diff --git a/CHANGELOGS.md b/CHANGELOGS.md index dfa83a575a..478e5a4669 100644 --- a/CHANGELOGS.md +++ b/CHANGELOGS.md @@ -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) @@ -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 #### 其他变更 @@ -61,6 +47,7 @@ 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 @@ -68,9 +55,10 @@ curl --silent "https://api.github.com/repos/daeuniverse/dae/releases" | jq -r '. - 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 diff --git a/README.md b/README.md index 77881ac3bc..0a182f6edb 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@

License - version + version lastcommit