From b0160edcfc3ebde5a439aacb7f3414e38525ec4b Mon Sep 17 00:00:00 2001 From: fu050409 Date: Tue, 30 Jan 2024 03:57:46 +0000 Subject: docs: update CHANGELOG.md for v2.0.4 [skip ci] --- CHANGELOG.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb7b0e97..50d81082 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v2.0.4] - 2024-01-30 +### New Features +- [`09a6fbd`](https://github.com/HydroRoll-Team/infini/commit/09a6fbd72a9948bb539da4a5b1dd0ed7e5885e0a) - **internal**: auto register sub-packages into father package without new register variable *(commit by [@fu050409](https://github.com/fu050409))* +- [`659da68`](https://github.com/HydroRoll-Team/infini/commit/659da6810699233b1a537c985bf4b67ce3b5ee26) - **core**: add empty Output checking and block checking *(commit by [@fu050409](https://github.com/fu050409))* + +### Bug Fixes +- [`0668c8f`](https://github.com/HydroRoll-Team/infini/commit/0668c8fe973eef236d1a7c0e9b747795bfd3b098) - **loader**: fix loader won't load pre-interceptors *(commit by [@fu050409](https://github.com/fu050409))* + +### Chores +- [`82bbfc6`](https://github.com/HydroRoll-Team/infini/commit/82bbfc63ab85e9253b70955cc37d34c3d3d20332) - **infini**: bump infini into v2.0.4 *(commit by [@fu050409](https://github.com/fu050409))* + + ## [v2.0.3a1] - 2024-01-29 ### BREAKING CHANGES - due to [`34ce1fb`](https://github.com/HydroRoll-Team/infini/commit/34ce1fbbe23470d702929e5951177ce0cec96bc7) - update license *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*: @@ -40,4 +52,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [v2.0.2a3]: https://github.com/HydroRoll-Team/infini/compare/v2.0.2-alpha.2...v2.0.2a3 -[v2.0.3a1]: https://github.com/HydroRoll-Team/infini/compare/v2.0.2...v2.0.3a1 \ No newline at end of file +[v2.0.3a1]: https://github.com/HydroRoll-Team/infini/compare/v2.0.2...v2.0.3a1 +[v2.0.4]: https://github.com/HydroRoll-Team/infini/compare/v2.0.3...v2.0.4 \ No newline at end of file -- cgit v1.2.3-70-g09d2 From 6a81b1b619546d362d1c655560b4fcbaac8ce8b3 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Fri, 2 Feb 2024 15:49:17 +0800 Subject: chore(docs): remove docs site logo --- docs/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 319cfd92..9890225d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -67,10 +67,10 @@ gettext_uuid = True # optional. html_theme = "furo" html_static_path = ["../_static"] -html_logo = ( +_html_logo = ( "https://cdn.jsdelivr.net/gh/HydroRoll-Team/infini@master/docs/_static/logo.png" ) -html_favicon = html_logo +html_favicon = _html_logo html_css_files = [ "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/fontawesome.min.css", -- cgit v1.2.3-70-g09d2 From f8a5b2e39986705f7044c875fba2972b88ac5c7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 10:40:02 +0000 Subject: chore(deps): bump release-drafter/release-drafter from 5 to 6 Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 5 to 6. - [Release notes](https://github.com/release-drafter/release-drafter/releases) - [Commits](https://github.com/release-drafter/release-drafter/compare/v5...v6) --- updated-dependencies: - dependency-name: release-drafter/release-drafter dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release-drafter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index d7ca692e..84492e31 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -32,7 +32,7 @@ jobs: # echo "GHE_HOST=${GITHUB_SERVER_URL##https:\/\/}" >> $GITHUB_ENV # Drafts your next Release notes as Pull Requests are merged into "master" - - uses: release-drafter/release-drafter@v5 + - uses: release-drafter/release-drafter@v6 # (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml # with: # config-name: my-config.yml -- cgit v1.2.3-70-g09d2 From 3eea2bd5d12dc3ee9dba3f568b754504a88cbd02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 11:01:38 +0000 Subject: chore(deps): bump ncipollo/release-action from 1.13.0 to 1.14.0 Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.13.0 to 1.14.0. - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](https://github.com/ncipollo/release-action/compare/v1.13.0...v1.14.0) --- updated-dependencies: - dependency-name: ncipollo/release-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/changelog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 99075711..e61b888d 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -30,7 +30,7 @@ jobs: useGitmojis: false - name: Create Release - uses: ncipollo/release-action@v1.13.0 + uses: ncipollo/release-action@v1.14.0 with: allowUpdates: true draft: false -- cgit v1.2.3-70-g09d2