Skip to content

Commit 17b06ca

Browse files
chore(release): 1.0.10
1 parent 2369bb4 commit 17b06ca

4 files changed

Lines changed: 39 additions & 31 deletions

File tree

CHANGE.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
## All Versions
2+
## 1.0.10 (January 27 2026)
3+
4+
- Migrate from Claude to GitHub Copilot code review ([#588](https://github.com/JasonXuDeveloper/JEngine/pull/588)) (ci)
5+
- add CLA Assistant and Scorecard configuration ([#579](https://github.com/JasonXuDeveloper/JEngine/pull/579))
6+
- add OSS health improvements and automation ([#577](https://github.com/JasonXuDeveloper/JEngine/pull/577))
7+
- Resolve SceneHandle ambiguous reference in Unity 6 ([#589](https://github.com/JasonXuDeveloper/JEngine/pull/589)) (core)
8+
- Add pull-requests write permission for Claude review comments ([#585](https://github.com/JasonXuDeveloper/JEngine/pull/585)) (ci)
9+
- Fix auto-approve to check claude[bot] comment ([#583](https://github.com/JasonXuDeveloper/JEngine/pull/583)) (ci)
10+
- Move write permissions to job level for Scorecard compliance ([#581](https://github.com/JasonXuDeveloper/JEngine/pull/581)) (ci)
11+
- add auto-approve workflow and fix scorecard config ([#580](https://github.com/JasonXuDeveloper/JEngine/pull/580))
12+
- resolve remaining CodeQL security issues ([#573](https://github.com/JasonXuDeveloper/JEngine/pull/573))
13+
- address CodeQL security and code quality issues ([#572](https://github.com/JasonXuDeveloper/JEngine/pull/572))
14+
15+
216
## 1.0.9 (January 25 2026)
317

418
- Add DCO sign-off check for pull requests ([#558](https://github.com/JasonXuDeveloper/JEngine/pull/558)) (ci)

README.md

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -67,21 +67,18 @@ JEngine is a Unity framework that enables **runtime hot updates** for games. Des
6767
| **HybridCLR** | Runtime code execution | [GitHub](https://github.com/focus-creative-games/hybridclr) |
6868
| **YooAssets** | Runtime resource updates | [GitHub](https://github.com/tuyoogame/YooAsset) |
6969

70-
## 🎉 Latest Features (v1.0.9)
71-
72-
- **ci**: add DCO sign-off check for pull requests ([#558](https://github.com/JasonXuDeveloper/JEngine/pull/558))
73-
- **ci**: include non-conventional commits in changelog ([#557](https://github.com/JasonXuDeveloper/JEngine/pull/557))
74-
- **ci**: add automated testing and release workflows ([#554](https://github.com/JasonXuDeveloper/JEngine/pull/554))
75-
- **ci**: use app token for releases and consistent CHANGE.md formatting ([#571](https://github.com/JasonXuDeveloper/JEngine/pull/571))
76-
- **ci**: revert 1.0.7 release and fix workflow bugs ([#570](https://github.com/JasonXuDeveloper/JEngine/pull/570))
77-
- **ci**: use pipe delimiter in sed to avoid URL slash conflict ([#569](https://github.com/JasonXuDeveloper/JEngine/pull/569))
78-
- **ci**: improve changelog with PR hyperlinks and proper contributors ([#568](https://github.com/JasonXuDeveloper/JEngine/pull/568))
79-
- **ci**: use awk for reliable README multiline replacement ([#567](https://github.com/JasonXuDeveloper/JEngine/pull/567))
80-
- **ci**: improve release workflow ([#566](https://github.com/JasonXuDeveloper/JEngine/pull/566))
81-
- **ci**: store regex in variable to fix bash parsing error ([#564](https://github.com/JasonXuDeveloper/JEngine/pull/564))
82-
- **ci**: use buildless mode for CodeQL Unity analysis ([#563](https://github.com/JasonXuDeveloper/JEngine/pull/563))
83-
- **ci**: configure CodeQL to scan only JEngine source code ([#562](https://github.com/JasonXuDeveloper/JEngine/pull/562))
84-
- **ci**: correct test artifact paths in unity-tests workflow ([#561](https://github.com/JasonXuDeveloper/JEngine/pull/561))
70+
## 🎉 Latest Features (v1.0.10)
71+
72+
- **ci**: migrate from Claude to GitHub Copilot code review ([#588](https://github.com/JasonXuDeveloper/JEngine/pull/588))
73+
- add CLA Assistant and Scorecard configuration ([#579](https://github.com/JasonXuDeveloper/JEngine/pull/579))
74+
- add OSS health improvements and automation ([#577](https://github.com/JasonXuDeveloper/JEngine/pull/577))
75+
- **core**: resolve SceneHandle ambiguous reference in Unity 6 ([#589](https://github.com/JasonXuDeveloper/JEngine/pull/589))
76+
- **ci**: add pull-requests write permission for Claude review comments ([#585](https://github.com/JasonXuDeveloper/JEngine/pull/585))
77+
- **ci**: fix auto-approve to check claude[bot] comment ([#583](https://github.com/JasonXuDeveloper/JEngine/pull/583))
78+
- **ci**: move write permissions to job level for Scorecard compliance ([#581](https://github.com/JasonXuDeveloper/JEngine/pull/581))
79+
- add auto-approve workflow and fix scorecard config ([#580](https://github.com/JasonXuDeveloper/JEngine/pull/580))
80+
- resolve remaining CodeQL security issues ([#573](https://github.com/JasonXuDeveloper/JEngine/pull/573))
81+
- address CodeQL security and code quality issues ([#572](https://github.com/JasonXuDeveloper/JEngine/pull/572))
8582

8683
[📋 View Complete Changelog](CHANGE.md)
8784

README_zh_cn.md

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -69,21 +69,18 @@ JEngine是针对Unity开发者设计的**开箱即用**的框架,封装了强
6969
| **HybridCLR** | 运行时代码执行 | [GitHub](https://github.com/focus-creative-games/hybridclr) |
7070
| **YooAssets** | 运行时资源更新 | [GitHub](https://github.com/tuyoogame/YooAsset) |
7171

72-
## 🎉 最新功能 (v1.0.9)
73-
74-
- **ci**: add DCO sign-off check for pull requests ([#558](https://github.com/JasonXuDeveloper/JEngine/pull/558))
75-
- **ci**: include non-conventional commits in changelog ([#557](https://github.com/JasonXuDeveloper/JEngine/pull/557))
76-
- **ci**: add automated testing and release workflows ([#554](https://github.com/JasonXuDeveloper/JEngine/pull/554))
77-
- **ci**: use app token for releases and consistent CHANGE.md formatting ([#571](https://github.com/JasonXuDeveloper/JEngine/pull/571))
78-
- **ci**: revert 1.0.7 release and fix workflow bugs ([#570](https://github.com/JasonXuDeveloper/JEngine/pull/570))
79-
- **ci**: use pipe delimiter in sed to avoid URL slash conflict ([#569](https://github.com/JasonXuDeveloper/JEngine/pull/569))
80-
- **ci**: improve changelog with PR hyperlinks and proper contributors ([#568](https://github.com/JasonXuDeveloper/JEngine/pull/568))
81-
- **ci**: use awk for reliable README multiline replacement ([#567](https://github.com/JasonXuDeveloper/JEngine/pull/567))
82-
- **ci**: improve release workflow ([#566](https://github.com/JasonXuDeveloper/JEngine/pull/566))
83-
- **ci**: store regex in variable to fix bash parsing error ([#564](https://github.com/JasonXuDeveloper/JEngine/pull/564))
84-
- **ci**: use buildless mode for CodeQL Unity analysis ([#563](https://github.com/JasonXuDeveloper/JEngine/pull/563))
85-
- **ci**: configure CodeQL to scan only JEngine source code ([#562](https://github.com/JasonXuDeveloper/JEngine/pull/562))
86-
- **ci**: correct test artifact paths in unity-tests workflow ([#561](https://github.com/JasonXuDeveloper/JEngine/pull/561))
72+
## 🎉 最新功能 (v1.0.10)
73+
74+
- **ci**: migrate from Claude to GitHub Copilot code review ([#588](https://github.com/JasonXuDeveloper/JEngine/pull/588))
75+
- add CLA Assistant and Scorecard configuration ([#579](https://github.com/JasonXuDeveloper/JEngine/pull/579))
76+
- add OSS health improvements and automation ([#577](https://github.com/JasonXuDeveloper/JEngine/pull/577))
77+
- **core**: resolve SceneHandle ambiguous reference in Unity 6 ([#589](https://github.com/JasonXuDeveloper/JEngine/pull/589))
78+
- **ci**: add pull-requests write permission for Claude review comments ([#585](https://github.com/JasonXuDeveloper/JEngine/pull/585))
79+
- **ci**: fix auto-approve to check claude[bot] comment ([#583](https://github.com/JasonXuDeveloper/JEngine/pull/583))
80+
- **ci**: move write permissions to job level for Scorecard compliance ([#581](https://github.com/JasonXuDeveloper/JEngine/pull/581))
81+
- add auto-approve workflow and fix scorecard config ([#580](https://github.com/JasonXuDeveloper/JEngine/pull/580))
82+
- resolve remaining CodeQL security issues ([#573](https://github.com/JasonXuDeveloper/JEngine/pull/573))
83+
- address CodeQL security and code quality issues ([#572](https://github.com/JasonXuDeveloper/JEngine/pull/572))
8784

8885
[📋 查看完整更新日志](CHANGE.md)
8986

UnityProject/Packages/com.jasonxudeveloper.jengine.core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.jasonxudeveloper.jengine.core",
3-
"version": "1.0.9",
3+
"version": "1.0.10",
44
"displayName": "JEngine.Core",
55
"description": "The solution that allows unity games update in runtime.",
66
"license": "MIT",

0 commit comments

Comments
 (0)