aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author苏向夜 <fu050409@163.com>2024-01-29 18:44:23 +0800
committer苏向夜 <fu050409@163.com>2024-01-29 18:44:23 +0800
commit4dd474cde3a30263f0472f855007d96bb9614b6f (patch)
treefcd44699846d79f61c307aaf7515e49d01dfceb4
parent787fca9da0413641488e63996212189627bdc817 (diff)
parent1d8545aed6393dcfd15f02f9963a2314272de08c (diff)
downloadinfini-4dd474cde3a30263f0472f855007d96bb9614b6f.tar.gz
infini-4dd474cde3a30263f0472f855007d96bb9614b6f.zip
Merge branch 'master' of https://github.com/HydroRoll-Team/infini
-rw-r--r--.github/workflows/changelog.yml6
-rw-r--r--CHANGELOG.md33
2 files changed, 35 insertions, 4 deletions
diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml
index b2b02277..99075711 100644
--- a/.github/workflows/changelog.yml
+++ b/.github/workflows/changelog.yml
@@ -16,7 +16,7 @@ jobs:
id-token: write
steps:
- name: Checkout Code
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Update CHANGELOG
id: changelog
@@ -30,7 +30,7 @@ jobs:
useGitmojis: false
- name: Create Release
- uses: ncipollo/release-action@v1.12.0
+ uses: ncipollo/release-action@v1.13.0
with:
allowUpdates: true
draft: false
@@ -40,7 +40,7 @@ jobs:
token: ${{ github.token }}
- name: Commit CHANGELOG.md
- uses: stefanzweifel/git-auto-commit-action@v4
+ uses: stefanzweifel/git-auto-commit-action@v5
with:
branch: master
commit_message: 'docs: update CHANGELOG.md for ${{ github.ref_name }} [skip ci]'
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 65ef0655..eb7b0e97 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,9 +4,40 @@ 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.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))*:
+
+ update license
+
+
+### New Features
+- [`164d8e0`](https://github.com/HydroRoll-Team/infini/commit/164d8e066f0759f380513a25d5c07fb77a039103) - **workflows**: add changelog for each *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*
+
+### Bug Fixes
+- [`cae335b`](https://github.com/HydroRoll-Team/infini/commit/cae335b5afced61cc552fefbb8981215a03086d5) - **workflows**: allow write permission *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*
+
+### Chores
+- [`7b36b05`](https://github.com/HydroRoll-Team/infini/commit/7b36b05355f140f5192f69f4f3d26dc56c8a1685) - **docs**: update config *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*
+- [`c71fe67`](https://github.com/HydroRoll-Team/infini/commit/c71fe6758fdb8c2c8338d77b98117633df673c27) - **docs**: refresh changelog.md *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*
+- [`900ac85`](https://github.com/HydroRoll-Team/infini/commit/900ac8573d2dcd0cda1a9fad23ac938783f61b0b) - **docs**: update cpying *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*
+- [`e1dc4ba`](https://github.com/HydroRoll-Team/infini/commit/e1dc4ba8c21c7f76f1c261f816aa0284a64a4a2a) - **docs**: update cpying *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*
+- [`34ce1fb`](https://github.com/HydroRoll-Team/infini/commit/34ce1fbbe23470d702929e5951177ce0cec96bc7) - **docs**: update license *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*
+- [`afc5d4e`](https://github.com/HydroRoll-Team/infini/commit/afc5d4e6e0cae8cfe27e0dde38028526dfe7a218) - **version**: bump version from 2.0.1 to 2.0.2a1 *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*
+- [`dee8eb6`](https://github.com/HydroRoll-Team/infini/commit/dee8eb66a148fcf7ad646ee18935da4a000a0596) - **project**: add `project.urls` section *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*
+- [`105b197`](https://github.com/HydroRoll-Team/infini/commit/105b197f02d41242915aaed361f02a1aebcdf0ce) - **version**: bump version to v2.0.2-alpha.1 *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*
+- [`019aa7d`](https://github.com/HydroRoll-Team/infini/commit/019aa7d285ae372e9fba799fd83001309995bdcf) - **version**: bump version to 2.0.2a2 *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*
+- [`7013426`](https://github.com/HydroRoll-Team/infini/commit/70134262dca7ece8cd4c4777035e8eef24b7f1ca) - **workflows**: update permissions *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*
+- [`e288e40`](https://github.com/HydroRoll-Team/infini/commit/e288e4024744b340e2df424a85262706c476a362) - **version**: bump version to 2.0.2a3 *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*
+- [`7b4f705`](https://github.com/HydroRoll-Team/infini/commit/7b4f705f3b3218f05fd4d7b431577bbaa7c0e369) - **deps**: bump stefanzweifel/git-auto-commit-action from 4 to 5 *(commit by [@dependabot[bot]](https://github.com/apps/dependabot))*
+- [`2004dd2`](https://github.com/HydroRoll-Team/infini/commit/2004dd2860533c081b739b630b77d3cd10c72cdb) - **deps**: bump ncipollo/release-action from 1.12.0 to 1.13.0 *(commit by [@dependabot[bot]](https://github.com/apps/dependabot))*
+- [`23721ca`](https://github.com/HydroRoll-Team/infini/commit/23721caef53fff8374a6e4f75afa3278fc571206) - **deps**: bump actions/checkout from 3 to 4 *(commit by [@dependabot[bot]](https://github.com/apps/dependabot))*
+
+
## [v2.0.2a3] - 2024-01-28
### Chores
- [`e288e40`](https://github.com/HydroRoll-Team/infini/commit/e288e4024744b340e2df424a85262706c476a362) - **version**: bump version to 2.0.2a3 *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*
-[v2.0.2a3]: https://github.com/HydroRoll-Team/infini/compare/v2.0.2-alpha.2...v2.0.2a3 \ No newline at end of file
+[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