Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v2
uses: github/codeql-action/autobuild@v3

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -395,11 +395,12 @@ if __name__ == '__main__':
* 更新`tutorial`内容

[2025.05.04 - v3.1.0 - Chunel]
* 提供全量功能 Python 版本
* 提供 全量功能 Python 版本
* 提供 Python 和 C++ 混合编程功能
* 提供 Python 打包功能,支持 `pip3 install PyCGraph` 安装

[2025.05.05 - v3.1.1 - Chunel]
[2025.06.14 - v3.1.1 - Chunel]
* 提供 C# 和 Java 版本
* 提供 `CODE_OF_CONDUCT.md` 文档

</details>
Expand Down
Loading