Skip to content

Commit

Permalink
[tag] add tag for v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunelFeng committed Jun 14, 2024
1 parent 94294ba commit 999aef3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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项目做出的贡献,排名以贡献时间前后为顺序。
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
* [【B站视频】CGraph 入门篇](https://www.bilibili.com/video/BV1mk4y1v7XJ) <br>
* [【B站视频】CGraph 功能篇 (buy me a cup of coffee?)](https://www.bilibili.com/cheese/play/ss22264) <br>
* [【B站视频】CGraph 应用篇](https://www.bilibili.com/video/BV1B84y1D7Hs) <br>
* [【B站视频】CGraph 分享篇](https://www.bilibili.com/video/BV1dh4y1i78u) <br>
* [【B站视频】CGraph 分享篇](https://www.bilibili.com/video/BV1dh4y1i78u) <br><br>

> 注:本项目从创建至今,一直以MIT协议对外提供,但不承诺今后不会修改开源协议。如有使用需求,欢迎和我们取得联系,以获取更多帮助和建议。
> 本项目从创建至今,一直以 [MIT开源协议](https://github.com/ChunelFeng/CGraph/blob/main/LICENSE) 对外提供,但不承诺今后不会修改开源协议。如有使用场景和需求,欢迎联系我们,以获取更多帮助和建议。
## 二. 使用Demo

Expand Down Expand Up @@ -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功能

</details>

Expand Down

0 comments on commit 999aef3

Please sign in to comment.