From 999aef33bfb23d9b9002cb0bc49fa37491797f40 Mon Sep 17 00:00:00 2001 From: ChunelFeng Date: Fri, 14 Jun 2024 23:22:17 +0800 Subject: [PATCH] [tag] add tag for v2.6.0 --- CMakeLists.txt | 2 +- CONTRIBUTORS.md | 1 + README.md | 8 +++++--- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1920fbed..80162b00 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ message("* \\____/ \\____/ /_/ \\__,_/ / .___/ /_/ /_/ *") message("* /_/ by Chunel Feng *") message("* * * * * * * * * * * * * * * * * * * * * * * * * * * * *") -cmake_minimum_required(VERSION 3.1.0) +cmake_minimum_required(VERSION 3.0.0) project(CGraph VERSION 2.6.0) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 5ffdd754..1bc04e8a 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -24,5 +24,6 @@ Contributors: - [Lowpower](https://github.com/Lowpower) - [PaPaPig-Melody](https://github.com/PaPaPig-Melody) - [jiangliu123456](https://github.com/jiangliu123456) +- [PolarLinda6](https://github.com/PolarLinda6) 感谢以上朋友,为CGraph项目做出的贡献,排名以贡献时间前后为顺序。 diff --git a/README.md b/README.md index 4892a70d..374acb8b 100644 --- a/README.md +++ b/README.md @@ -38,9 +38,9 @@ * [【B站视频】CGraph 入门篇](https://www.bilibili.com/video/BV1mk4y1v7XJ)
* [【B站视频】CGraph 功能篇 (buy me a cup of coffee?)](https://www.bilibili.com/cheese/play/ss22264)
* [【B站视频】CGraph 应用篇](https://www.bilibili.com/video/BV1B84y1D7Hs)
-* [【B站视频】CGraph 分享篇](https://www.bilibili.com/video/BV1dh4y1i78u)
+* [【B站视频】CGraph 分享篇](https://www.bilibili.com/video/BV1dh4y1i78u)

-> 注:本项目从创建至今,一直以MIT协议对外提供,但不承诺今后不会修改开源协议。如有使用需求,欢迎和我们取得联系,以获取更多帮助和建议。 +> 本项目从创建至今,一直以 [MIT开源协议](https://github.com/ChunelFeng/CGraph/blob/main/LICENSE) 对外提供,但不承诺今后不会修改开源协议。如有使用场景和需求,欢迎联系我们,以获取更多帮助和建议。 ## 二. 使用Demo @@ -312,9 +312,11 @@ int main() { * 提供`test`内容,包含性能和功能方面的测试用例 * 优化`event`(事件)机制,支持异步等待功能 -[2024.01.24 - v2.6.0 - Chunel] +[2024.06.14 - v2.6.0 - [PaPaPig-Melody](https://github.com/PaPaPig-Melody), Chunel] * 提供`pipeline`的拓扑执行的方式 * 提供判定`element`之间是否有依赖关系的方法 +* 提供bazel编译方式 +* 优化perf功能